-
Notifications
You must be signed in to change notification settings - Fork 28.9k
Closed
Labels
c: new featureNothing broken; request for a new capabilityNothing broken; request for a new capabilityframeworkflutter/packages/flutter repository. See also f: labels.flutter/packages/flutter repository. See also f: labels.platform-androidAndroid applications specificallyAndroid applications specifically
Description
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
GOAL
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
EugenePisotsky, sososdk, NearHuscarl, LasseRosenow, trietbui85 and 9 more
Metadata
Metadata
Assignees
Labels
c: new featureNothing broken; request for a new capabilityNothing broken; request for a new capabilityframeworkflutter/packages/flutter repository. See also f: labels.flutter/packages/flutter repository. See also f: labels.platform-androidAndroid applications specificallyAndroid applications specifically