flutter_statusbar_manager icon indicating copy to clipboard operation
flutter_statusbar_manager copied to clipboard

Flutter StatusBar Manager for iOS & Android

Results 15 flutter_statusbar_manager issues
Sort by recently updated
recently updated
newest added

![image](https://user-images.githubusercontent.com/20215838/148737495-b89c87ec-9cd2-447a-aea0-87d1f4ec1089.png)

``` The plugins `flutter_statusbar_manager` use a deprecated version of the Android embedding. To avoid unexpected runtime failures, or future build failures, try to see if these plugins support the Android...

As this lib doesn't seem to be maintained anymore, I created a fork which I will update from time to time: [github.com/rafaelmaeuer/flutter_statusbar_manager](https://github.com/rafaelmaeuer/flutter_statusbar_manager) I want to continue using this dependency in...

Hi, I created a PR for supporting null-safety: #18 I later saw that there is also #17 waiting in the PR queue.

Hi guys, I migrated package to null safety, to be honest I think this library is no more maintainable so you can use null safety version directly from git. ```...

setNetworkActivityIndicatorVisible not showing on ios device

/Volumes/SDK/BETA/flutter/.pub-cache/git/flutter_statusbar_manager-9b77cd82c12db323fa2c38dd9434ea36496a9b3b/ios/Cl asses/FlutterStatusbarManagerPlugin.m:61:40: warning: 'setStatusBarStyle:animated:' is deprecated: first deprecated in iOS 9.0 - Use -[UIViewController preferredStatusBarStyle] [-Wdeprecated-declarations] [[UIApplication sharedApplication] setStatusBarStyle:statusBarStyle animated:animated]; ^ In module 'UIKit' imported from /Volumes/Work/myApp/Danmupic_new/danmupic/ios/Pods/Target Support Files/flutter_statusbar_manager/flutter_statusbar_manager-prefix.pch:2: /Volumes/APP/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Libra...

I switch to DARK mode, when I open another app, and then I go back to my app, the status bar goes back to light. I already tried to call...

bug