Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Blank white screen #23

Open
hakeem-gitstart opened this issue Apr 12, 2022 · 2 comments
Open

Blank white screen #23

hakeem-gitstart opened this issue Apr 12, 2022 · 2 comments

Comments

@hakeem-gitstart
Copy link

not sure this is relate to the project specifically, but i get a white blank screen every time i run the project, have tried everything i could find on the internet

@luisrodrigo
Copy link

just add WidgetsFlutterBinding.ensureInitialized(); like this

void main() {
WidgetsFlutterBinding.ensureInitialized();
Get.put(MenuController());
Get.put(NavigationController());
runApp(MyApp());
}

@B-elorchi
Copy link

Thank you very much

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants