Skip to content

Instantly share code, notes, and snippets.

@ThinkDigitalSoftware
Created January 13, 2019 01:23
Show Gist options
  • Save ThinkDigitalSoftware/7e43f8a9702d5f263fcc0f59936d236d to your computer and use it in GitHub Desktop.
Save ThinkDigitalSoftware/7e43f8a9702d5f263fcc0f59936d236d to your computer and use it in GitHub Desktop.
void main() async {
 await SystemChrome.setPreferredOrientations([DeviceOrientation.portraitUp]);
runApp(MyApp());
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment