Set Orientation To Landscape Flutter

[Solved] Set Orientation To Landscape Flutter | Dart - Code Explorer | yomemimo.com
Question : set orientation to landscape flutter

Answered by : perfect-panther-52k7ix8i6h6w

SystemChrome.setPreferredOrientations([DeviceOrientation.landscapeLeft,DeviceOrientation.landscapeRight])

Source : https://dev.to/mightytechno/how-to-change-screen-orientation-in-flutter-32c1 | Last Update : Tue, 22 Jun 21

Answers related to set orientation to landscape flutter

Code Explorer Popular Question For Dart