dynamic_theme icon indicating copy to clipboard operation
dynamic_theme copied to clipboard

Feature request - style phone navigation bar

Open devonik opened this issue 5 years ago • 0 comments

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: navigation-bar-dark

Light theme: navigation-bar-light

devonik avatar Mar 27 '20 10:03 devonik