sososdk / flash

⚡️A highly customizable, powerful and easy-to-use alerting library for Flutter.

Home Page:https://sososdk.github.io/flash

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

StatusBar color

uujiguu opened this issue · comments

on Android show flash warning changes statusBar color.

screen-20220808-123626.mp4

Is there any solution to fix this issue?

@uujiguu please reference brightness. If it can't solve your problem, please show your code.

@sososdk i tried brightness. same issue.

Here is my come.

Screen Shot 2022-08-08 at 14 55 57

This portion of a code is inside a global function so i can call from anywhere.
BTW: I'm using GetX here.

@uujiguu your flash bar background is dark, try brightness: Brightness.dark.

@sososdk brightness: Brightness.dark worked perfectly thanks.