setState method works sometimes and sometimes doesn't in flutter
I'm trying to navigate between the loading screen and the main app screen using the inline if in the body parameter of the Scaffold object of the main Screen , using the code : body : data == null? Center(…