I read dozens of questions and answers, I read a lot of articles and tried a lot of things, I can't get the status bar text of my app to be white on ios. so first here's a screen shot. 
I obviously want it white. Here is what I tried :
- I first tried using the theme of my CuppertinoApp, especially the brightness property
- I tried using
SystemChrome.setSystemUIOverlayStyleto set the statusBrightness - I tried using the
Info.plistof my app to set the brightness, and it worked, as in, it is white during the loading, but then, it becomes black when the app really starts. - I tried this package : https://pub.dev/packages/flutter_statusbarcolor and it works too for about 0,2 second, I see the text being white, and then black again.
Every test I did, I used both brightness settings to avoid any misunderstanding and every time I completely refreshed the whole app to avoid any cache problem. What am I missing ?