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

Update system navigation bar with theme #6

Open
naushad-madakiya opened this issue Aug 30, 2019 · 3 comments
Open

Update system navigation bar with theme #6

naushad-madakiya opened this issue Aug 30, 2019 · 3 comments
Labels
bug Something isn't working enhancement New feature or request

Comments

@naushad-madakiya
Copy link

naushad-madakiya commented Aug 30, 2019

System Navigation bar for Light theme looks fine but for dark theme, black navigation with white icons would look better.

@naushad-madakiya
Copy link
Author

naushad-madakiya commented Aug 30, 2019

I tried to move following under ConfigPage -> BlocBuilder to change navbar color & icon when a theme changes. This statement gets executed when theme type is updated but no result.

SystemChrome.setSystemUIOverlayStyle(
    SystemUiOverlayStyle(
      statusBarColor: Colors.transparent,
    ),
);

Any idea how this can be done? I can raise a PR after changes

@iampawan iampawan added bug Something isn't working enhancement New feature or request labels Sep 5, 2019
@iampawan
Copy link
Owner

iampawan commented Sep 5, 2019

There is a way for that, but that's also not working in every device. So it's already in my tasks list.

@naushad-madakiya
Copy link
Author

just curious to know how this can be fixed :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants