modal_bottom_sheet
modal_bottom_sheet copied to clipboard
[Sheet] Incorrect status bar behaviour
trafficstars
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:
| with AnnotatedRegion | without AnnotatedRegion |
|---|---|
Hi, how did u managed using the sheet that can pushing the previous page back?