cmdrootaccess / another-flushbar

A flexible widget for user notification. Customize your text, button, duration, animations and much more. For Android devs, it is made to replace Snackbars and Toasts.
https://pub.dev/packages/another_flushbar
MIT License
145 stars 89 forks source link

StatusBar always overridden by SystemChrome #44

Open esenmx opened 3 years ago

esenmx commented 3 years ago

First of all, thank you for your work! Setting the statusBarColor in main.dart for global usecase. But flushbar can't override the color.

SystemChrome.setSystemUIOverlayStyle(SystemUiOverlayStyle(statusBarColor: Dark.dp01));
Flushbar<T>(
    flushbarPosition: FlushbarPosition.TOP,
    flushbarStyle: FlushbarStyle.GROUNDED,
  )..bar.show(context);

Screenshot_1629829954

cmdrootaccess commented 3 years ago

hello, will take a look