You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi!
Thanks for the package!
I use the new one (sheet 1.0.0, the latest flutter) and there is a problem.
After showing a bottom sheet the status bar freezes in wrong color forever (in my case it is stuck in white color).
I think it is related to that piece of code here
If I remove the code i mentioned above it works fine. Looks like flutter can determine an appropriate color for status bar itself :-)
What do you think? Do we really need the AnnotatedRegion there?
Hi!
Thanks for the package!
I use the new one (sheet 1.0.0, the latest flutter) and there is a problem.
After showing a bottom sheet the status bar freezes in wrong color forever (in my case it is stuck in white color).
I think it is related to that piece of code here
If I remove the code i mentioned above it works fine. Looks like flutter can determine an appropriate color for status bar itself :-)
What do you think? Do we really need the AnnotatedRegion there?
Demo:
Simulator.Screen.Recording.-.iPhone.11.Pro.Max.-.2024-04-19.at.01.19.14.mp4
Simulator.Screen.Recording.-.iPhone.11.Pro.Max.-.2024-04-19.at.01.17.44.mp4
The text was updated successfully, but these errors were encountered: