Closed JUSTIVE closed 4 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.
StatusBarStyle.DARK_CONTENT
StatusBarStyle.LIGHT_CONTENT
thanks.
This should be working now
I'm using Google Pixel 3 (with Android P), and the following code didn't change my status bar theme.
I've tried
StatusBarStyle.DARK_CONTENT
and alsoStatusBarStyle.LIGHT_CONTENT
and both of them showed white status bar icons.thanks.