We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,
it would be nice if there is a option that the navigation bar in the phone is always changing theme to light / dark mode.
It would be more better than use another library like flutter_statusbarcolor
At the moment I do it with "flutter_statusbarcolor":
import 'package:flutter_statusbarcolor/flutter_statusbarcolor.dart'; FlutterStatusbarcolor.setNavigationBarColor(Theme.of(context).brightness == Brightness.dark ? Colors.blueGrey: Colors.black);
How did you solve it?
Issue (Samsung Galaxy S10):
Dark theme:
Light theme:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello,
it would be nice if there is a option that the navigation bar in the phone is always changing theme to light / dark mode.
It would be more better than use another library like flutter_statusbarcolor
At the moment I do it with "flutter_statusbarcolor":
How did you solve it?
Issue (Samsung Galaxy S10):
Dark theme:
Light theme:
The text was updated successfully, but these errors were encountered: