Closed kimonneuhoff closed 1 year ago
Hi @Symnatic
could you please run flutter upgrade
then provide your updated flutter doctor -v
,
your flutter run --verbose
and a reproducible minimal code sample.
Thank you
flutter doctor -v : https://hastebin.com/heweyuvaro.coffeescript flutter run --verbose : https://hastebin.com/juxijixado.sql
I think here are also other examples of the problem: https://github.com/flutter/flutter/issues/24969 https://stackoverflow.com/questions/55902187/reset-status-bar-color
Hi @Symnatic the logs you provided appear to be a screenshoot and incomplete, can you please provide the full logs attaching a .txt file or anyway in text format thank you
Same issue for me:
flutter doctor -v [✓] Flutter (Channel stable, v1.12.13+hotfix.9, on Mac OS X 10.15.4 19E287, locale en-AT) • Flutter version 1.12.13+hotfix.9 at /Users/egon/Development/flutter • Framework revision f139b11009 (4 weeks ago), 2020-03-30 13:57:30 -0700 • Engine revision af51afceb8 • Dart version 2.7.2
[✓] Android toolchain - develop for Android devices (Android SDK version 29.0.3) • Android SDK at /Users/egon/Library/Android/sdk • Android NDK location not configured (optional; useful for native profiling support) • Platform android-29, build-tools 29.0.3 • Java binary at: /Applications/Android Studio.app/Contents/jre/jdk/Contents/Home/bin/java • Java version OpenJDK Runtime Environment (build 1.8.0_212-release-1586-b4-5784211) • All Android licenses accepted.
[✓] Xcode - develop for iOS and macOS (Xcode 11.4) • Xcode at /Applications/Xcode.app/Contents/Developer • Xcode 11.4, Build version 11E146 • CocoaPods version 1.8.4
[✓] Android Studio (version 3.6) • Android Studio at /Applications/Android Studio.app/Contents • Flutter plugin version 45.1.1 • Dart plugin version 192.7761 • Java version OpenJDK Runtime Environment (build 1.8.0_212-release-1586-b4-5784211)
[✓] Connected device (1 available) • Android SDK built for x86 • emulator-5554 • android-x86 • Android 10 (API 29) (emulator)
• No issues found!
Happening to me too
Hi @Symnatic, I tried to replicate your issue on stable version v1.17.2
, but can't replicate it. Here's the full sample code for your reference. I see the status bar color change correctly.
Please upgrade your flutter version to latest.
Hi all testing @DK15 's sample code with the latest master with the latest master
I can reproduce the behaviour described Thank you
Is this issue resolved?
@vinoopks @Symnatic i used this, and solved my problem.
SystemChrome.setSystemUIOverlayStyle(SystemUiOverlayStyle(
statusBarColor:
Colors.transparent,
));
I am facing the same issue. Can not change the brightness of the status bar.
[✓] Flutter (Channel stable, 1.22.6, on macOS 11.2.1 20D74 darwin-x64, locale en-DE)
• Flutter version 1.22.6 at /Users/muhammad/flutter
• Framework revision 9b2d32b605 (5 weeks ago), 2021-01-22 14:36:39 -0800
• Engine revision 2f0af37152
• Dart version 2.10.5
i have the same issue , the problem comes from changing the
SystemChrome.setSystemUIOverlayStyle(SystemUiOverlayStyle(
statusBarColor:
Colors.white,
));
in main.dart but i cant change it again in any screen or when opening dialog, it just changes color and back to default again
I am not sure if this is intended behavior on Android or IOS, But I see the status bar color does not change when showing a dialog or bottom sheet reproducible on stable 3.3 and master 3.7
Hello @kimonneuhoff and everyone,
There is a similar issue describing this case https://github.com/flutter/flutter/issues/24969, Please follow up there for further updates, Closing this issue as a duplicate. If anyone disagrees feel free to write in the comments and we will reopen it.
Thank you.
This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please open a new bug, including the output of flutter doctor -v
and a minimal reproduction of the issue.
Flutter doctor:
Problem Hello, when I want to show a bottom sheet or a dialog, the statusbar doesnt change (i colored it with via
Image: http://prntscr.com/qw2jt6