-
Notifications
You must be signed in to change notification settings - Fork 29.2k
Closed
Labels
customer: galleryRelating to flutter/gallery repository. Please transfer non-framework issues there.Relating to flutter/gallery repository. Please transfer non-framework issues there.customer: mulligan (g3)f: material designflutter/packages/flutter/material repository.flutter/packages/flutter/material repository.f: scrollingViewports, list views, slivers, etc.Viewports, list views, slivers, etc.frameworkflutter/packages/flutter repository. See also f: labels.flutter/packages/flutter repository. See also f: labels.platform-iosiOS applications specificallyiOS applications specifically
Milestone
Description
On iOS, using AppBarBehavior.scroll
can cause the status bar overlay to go from being painted over a dark background to over a light one (or vice versa). Doing so without calling SystemChrome.setSystemUIOverlayStyle()
will mean that the status bar will be hard to see in one of the app bar states (either visible or scrolled off).
e.g. in the Flutter Gallery's contacts demo:
App Bar visible
App Bar scrolled away
Metadata
Metadata
Assignees
Labels
customer: galleryRelating to flutter/gallery repository. Please transfer non-framework issues there.Relating to flutter/gallery repository. Please transfer non-framework issues there.customer: mulligan (g3)f: material designflutter/packages/flutter/material repository.flutter/packages/flutter/material repository.f: scrollingViewports, list views, slivers, etc.Viewports, list views, slivers, etc.frameworkflutter/packages/flutter repository. See also f: labels.flutter/packages/flutter repository. See also f: labels.platform-iosiOS applications specificallyiOS applications specifically