Closed ManarShahin48 closed 2 years ago
Prevent users from telephone rotation.
Using SystemChrome.setPreferredOrientations() for our app and specifying only the portraitup direction di the trick. Now the app is locked to portrait and nothing else.
SystemChrome.setPreferredOrientations()
portraitup
Prevent users from telephone rotation.