Nabeel Parkar

Results 406 comments of Nabeel Parkar

Hello @adifyr. I cannot reproduce what you're describing. See the code and what I output I am observing below. Could you explain exactly what you are experiencing? Code Sample ```dart...

I cannot reproduce this on a simulator running Android 13. Can you confirm if this is specific to your device or the Android version you are running on?

@adifyr I am marking this as a duplicate of https://github.com/flutter/flutter/issues/100027. If you disagree, please comment and I can reopen the issue. Thank you.

Hello @armandsLa. Could you provide more details about the bug and a [complete and minimal, reproducible example](https://stackoverflow.com/help/minimal-reproducible-example) as well? Checking on an Android 12 (API 32) and Android 13 (API...

Have you tried using `SystemChrome` to change the navigation bar color? ``` SystemChrome.setSystemUIOverlayStyle(const SystemUiOverlayStyle( systemNavigationBarColor: Colors.transparent, )); ```

@armandsLa Running the code on an emulator (API 33), I can change the status and navigation bar colors. Which devices are you running this on?

Which API levels are you testing on? Also, could you possibly share a video demonstration of what you're observing? It could be that I am misunderstanding this issue

My next suggestion was for an example project. Please do when you can :) This will a lot with verifying this issue. Also, if you can, do share screenshots with...

Thanks for the detailed information on this :)

## Triage Report ### Versions reproducible on - `Stable (3.3.3)` - `Master (3.4.0-34.0.pre.10)` ### Info Screenshot ![qemu-system-x86_64_uJR6im6hAg](https://user-images.githubusercontent.com/50555895/193025340-0b67c7c4-a11a-4b5c-b500-08c42cf8b1a4.png) Code Sample: https://github.com/armandsLa/bars-flutter ### Flutter Doctor flutter doctor -v (Stable) ``` [✓] Flutter...