modal_bottom_sheet icon indicating copy to clipboard operation
modal_bottom_sheet copied to clipboard

[Sheet] Incorrect status bar behaviour

Open aurokk opened this issue 1 year ago • 1 comments
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

aurokk avatar Apr 18 '24 22:04 aurokk

Hi, how did u managed using the sheet that can pushing the previous page back?

lucasjinreal avatar Dec 14 '24 09:12 lucasjinreal