Results 2 comments of dison
trafficstars

When setting themeMode: ThemeMode.system, on iOS, entering and exiting the app background will also lead to rebuilding, causing screen flickering issues. ```dart void main() async { print("main "); runApp(MyApp()); }...

https://github.com/jonataslaw/getx/issues/3029 The same issue