dynamic_theme
dynamic_theme copied to clipboard
Feature request - style phone navigation bar
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:
