iampawan / GDG-DevFest-App

An App Template For GDG DevFest
Other
640 stars 274 forks source link

Update system navigation bar with theme #6

Open naushad-madakiya opened 5 years ago

naushad-madakiya commented 5 years ago

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

naushad-madakiya commented 5 years ago

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 commented 5 years ago

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 commented 5 years ago

just curious to know how this can be fixed :)