flutter_orientation icon indicating copy to clipboard operation
flutter_orientation copied to clipboard

How to lock the screen in IOS pad?

Open inprise1980 opened this issue 4 years ago • 3 comments

i use OrientationPlugin.setPreferredOrientations([DeviceOrientation.portraitUp]) OrientationPlugin.forceOrientation(DeviceOrientation.portraitUp);

but not lock the screen orientation, How to solve it?thanks。

inprise1980 avatar Mar 11 '20 06:03 inprise1980