Skip to content
New issue

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

Feature request - style phone navigation bar #43

Open
devonik opened this issue Mar 27, 2020 · 0 comments
Open

Feature request - style phone navigation bar #43

devonik opened this issue Mar 27, 2020 · 0 comments

Comments

@devonik
Copy link

devonik commented Mar 27, 2020

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 devonik changed the title Maybe feature request - style phone navigation bar Feature request - style phone navigation bar Mar 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant