flutter/gallery

Gallery should implement full screen / edge-to-edge for Android Q+ devices

Geschlossen

#643 geöffnet am 22.08.2019

 (2 Kommentare) (11 Reaktionen) (0 zugewiesene Personen)Dart (1.547 Forks)batch import
P2enhancementgood first issue

Repository-Metriken

Stars
 (6.572 Sterne)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

Currently, flutter_gallery shows a black bar on the bottom of the screen where the system gestures are for Android Q+. However, the recommendation by Android suggests that we should now be making the system navigation bar transparent to take advantage of the entire screen.

What it looks like now: example_bar

What it should look like: transparent_bar

Contributor Guide