A flutter plugin for rotate device orientation.
ios
you need add supported orientations you will use in future
<key>UISupportedInterfaceOrientations</key>
<array>
<string>UIInterfaceOrientationPortrait</string>
<string>UIInterfaceOrientationLandscapeRight</string>
</array>
flutter_orientation: ^newest
import 'package:flutter_orientation/flutter_orientation.dart';
FlutterOrientation.setOrientation(DeviceOrientation.portraitUp);