iampawan / GDG-DevFest-App

An App Template For GDG DevFest

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update system navigation bar with theme

naushad-madakiya opened this issue · comments

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

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

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

just curious to know how this can be fixed :)