GDG-DevFest-App icon indicating copy to clipboard operation
GDG-DevFest-App copied to clipboard

Update system navigation bar with theme

Open naushad-madakiya opened this issue 5 years ago • 3 comments

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

naushad-madakiya avatar Aug 30 '19 18:08 naushad-madakiya

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

naushad-madakiya avatar Aug 30 '19 18:08 naushad-madakiya

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

iampawan avatar Sep 05 '19 07:09 iampawan

just curious to know how this can be fixed :)

naushad-madakiya avatar Sep 05 '19 08:09 naushad-madakiya