Answers for "flutter set orientation portrait on the manifest"

0

set orientation to landscape flutter

SystemChrome.setPreferredOrientations([DeviceOrientation.landscapeLeft,DeviceOrientation.landscapeRight])
Posted by: Guest on June-15-2021

Code answers related to "flutter set orientation portrait on the manifest"

Browse Popular Code Answers by Language