FooStudio / flutter_statusbar_manager

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

Some feature not working on android in release mode #9

Closed jkyeo closed 5 years ago

jkyeo commented 5 years ago

When I debug the flutter app, everything is ok. But when I run in release mode flutter run --release -d xxxxxx, below feature is not work for me:

FlutterStatusbarManager.setStyle(StatusBarStyle.DARK_CONTENT);
FlutterStatusbarManager.setNavigationBarStyle(NavigationBarStyle.DARK);

Call the manager just in app build:

image

env:

jkyeo commented 5 years ago

Well, when I wrap these calling in a async function, it worked again in both debug and release mode.

image

FlutterStatusbarManager functions should been called synchronously