App stuck on white screen in Flutter, using GetX
I am working on a Flutter app, I am using GetX state management. Whenever I run my application in debug, or release in the emulator, it works totally fine. But when I run the release on the physical device, it…