-
Notifications
You must be signed in to change notification settings - Fork 29.8k
Closed
Labels
customer: crowdAffects or could affect many people, though not necessarily a specific customer.Affects or could affect many people, though not necessarily a specific customer.f: material designflutter/packages/flutter/material repository.flutter/packages/flutter/material repository.frameworkflutter/packages/flutter repository. See also f: labels.flutter/packages/flutter repository. See also f: labels.platform-iosiOS applications specificallyiOS applications specifically
Description
When the ios device is in dark mode and an AppBar is set to white background then i am unable to set the notification bar icons to dark so they are visible. The brightness: Brightness.light parameter does nothing.
appBar: AppBar(
title: Text(widget.title),
backgroundColor: Colors.white,
brightness: Brightness.light,
),
I understand that in dark mode usually you would not set a white AppBar background, but i would like it to look the same as it does in light mode until we have time to fully implement a dark mode design.
I have tried using setSystemUIOverlayStyle method and annotatedRegion.
Sample app - https://github.com/vlowe85/flutter_ios_dark_mode
kenthinson, andrewpmoore, ToniTornado, albinhubsch, fabriziocacicia and 11 more
Metadata
Metadata
Assignees
Labels
customer: crowdAffects or could affect many people, though not necessarily a specific customer.Affects or could affect many people, though not necessarily a specific customer.f: material designflutter/packages/flutter/material repository.flutter/packages/flutter/material repository.frameworkflutter/packages/flutter repository. See also f: labels.flutter/packages/flutter repository. See also f: labels.platform-iosiOS applications specificallyiOS applications specifically