Skip to content

Instantly share code, notes, and snippets.

@k4zek4ge
Created October 21, 2019 08:46
Show Gist options
  • Save k4zek4ge/79cbec035d8a2adcf4f6623a07487413 to your computer and use it in GitHub Desktop.
Save k4zek4ge/79cbec035d8a2adcf4f6623a07487413 to your computer and use it in GitHub Desktop.
SystemChrome.setPreferredOrientations([DeviceOrientation.portraitUp])
.then((_) {
runApp(new MyApp());
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment