Last active
October 3, 2022 09:59
-
-
Save isu3ru/2c2c8e38220e2a0d23426d147acc2595 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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