FooStudio / flutter_statusbar_manager

Flutter StatusBar Manager for iOS & Android
MIT License
192 stars 74 forks source link

StatusBarStyle does not change #3

Closed JUSTIVE closed 4 years ago

JUSTIVE commented 5 years ago

I'm using Google Pixel 3 (with Android P), and the following code didn't change my status bar theme.

//~ inside of State<MyApp>/initState method
FlutterStatusbarManager.setStyle(StatusBarStyle.DARK_CONTENT);

I've tried StatusBarStyle.DARK_CONTENT and also StatusBarStyle.LIGHT_CONTENT and both of them showed white status bar icons.

thanks.

mendieta commented 4 years ago

This should be working now