flutter/gallery

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

已关闭

#643 创建于 2019年8月22日

 (2 条评论) (11 个反应) (0 位负责人)Dart (1,547 个派生)batch import
P2enhancementgood first issue

仓库指标

星标
 (6,572 个星标)
PR 合并指标
 (30 天内没有已合并 PR)

描述

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

贡献者指南