Flutter – My app is only showing the background color of the scaffold and not the other contents until i click it once
I am working on an app using GetX as the state management. When i install the app and run it . It shows only the background color of the scaffold and stays the same until i click on it once.…