Open efraespada opened 3 years ago
Any updates?
Any updates?
no
I ended up using AppBar's systemOverlayStyle to change the color of the status bar. Works great!
Code Sample:
AppBar(
backgroundColor: Theme.of(context).primaryColor,
systemOverlayStyle: SystemUiOverlayStyle(
statusBarColor: Theme.of(context).primaryColor,
statusBarIconBrightness: Brightness.light,
)
)
Have a look on: rafaelmaeuer/flutter_statusbar_manager/v3.1.0 its build on base of #23
@rafaelmaeuer please publish it on https://pub.dev and thank you for the migration and fixes.
Feel free to use my re-publish now: https://pub.dev/packages/status_bar_control