jamesblasco / modal_bottom_sheet

Flutter | Create advanced modal bottom sheets. Material, Cupertino or your own style
https://pub.dev/packages/modal_bottom_sheet
MIT License
1.86k stars 470 forks source link

[Sheet] Incorrect status bar behaviour #396

Open aurokk opened 5 months ago

aurokk commented 5 months ago

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