Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for translucent + transparent Android's SystemNavigationBar #35748

Closed
jamesblasco opened this issue Jul 8, 2019 · 5 comments · Fixed by #81303
Closed

Support for translucent + transparent Android's SystemNavigationBar #35748

jamesblasco opened this issue Jul 8, 2019 · 5 comments · Fixed by #81303
Assignees
Labels
c: new feature Nothing broken; request for a new capability framework flutter/packages/flutter repository. See also f: labels. platform-android Android applications specifically

Comments

@jamesblasco
Copy link
Contributor

jamesblasco commented Jul 8, 2019

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

@Zazo032
Copy link
Contributor

Zazo032 commented Jul 8, 2019

Probably related to #34678

@LasseRosenow
Copy link
Contributor

I really need this feature

@BondarenkoStas BondarenkoStas added framework flutter/packages/flutter repository. See also f: labels. c: new feature Nothing broken; request for a new capability platform-android Android applications specifically labels Sep 30, 2019
@Reprevise
Copy link

Any update on this?

@dariadobsai
Copy link

Hello, any update on this issue?

@github-actions
Copy link

This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please open a new bug, including the output of flutter doctor -v and a minimal reproduction of the issue.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jul 30, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
c: new feature Nothing broken; request for a new capability framework flutter/packages/flutter repository. See also f: labels. platform-android Android applications specifically
Projects
Development

Successfully merging a pull request may close this issue.

7 participants