这是indexloc提供的服务,不要输入任何密码
Skip to content

Support for translucent + transparent Android's SystemNavigationBar #35748

@jamesblasco

Description

@jamesblasco

It would be nice to be able to make the system navigation bar transparent. Right now when i try

SystemChrome.setSystemUIOverlayStyle(SystemUiOverlayStyle.light.copyWith(

    statusBarColor: Colors.transparent,
    systemNavigationBarColor: Colors.transparent,

  ));

The status bar becomes transparent but not the systemNavigationBar

image
image

GOAL

image

WHAT I TRIED AND FAILED

I have tried doing it with Kotlin and Android following this answer in stackoverflow but the SafeArea widgets stops working and a navigation bar looks like this

Captura de pantalla 2019-07-08 a las 19 06 46

Metadata

Metadata

Assignees

Labels

c: new featureNothing broken; request for a new capabilityframeworkflutter/packages/flutter repository. See also f: labels.platform-androidAndroid applications specifically

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions