Skip to content

Instantly share code, notes, and snippets.

@isu3ru
Last active October 3, 2022 09:59
Show Gist options
  • Save isu3ru/2c2c8e38220e2a0d23426d147acc2595 to your computer and use it in GitHub Desktop.
Save isu3ru/2c2c8e38220e2a0d23426d147acc2595 to your computer and use it in GitHub Desktop.
WidgetsFlutterBinding.ensureInitialized();
// more code in here
await SystemChrome.setPreferredOrientations(
<DeviceOrientation>[
DeviceOrientation.portraitUp,
DeviceOrientation.portraitDown,
],
).then(
(_) => runApp(
const MyApp(),
),
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment