Skip to content

Feature request - style phone navigation bar #43

@devonik

Description

@devonik

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions