AbdoMosa99 / Najme-Flutter-Mobile-App

2 stars 0 forks source link

Lock app orientation #60

Closed ManarShahin48 closed 2 years ago

ManarShahin48 commented 2 years ago

Prevent users from telephone rotation.

AbdoMosa99 commented 2 years ago

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.