Thanks for creating this great package! When the Info.plist file is updated by this package, it adds this configuration:
<key>UIViewControllerBasedStatusBarAppearance</key>
<false/>
This makes it so I cannot control the visibility of the status bar within my Flutter app. To resolve this issue, I think we can safely remove this one configuration from Info.plist generation.
Related: #778
Thanks for creating this great package! When the Info.plist file is updated by this package, it adds this configuration:
This makes it so I cannot control the visibility of the status bar within my Flutter app. To resolve this issue, I think we can safely remove this one configuration from Info.plist generation.
Related: #778