Answers for "how to change orientation of image in flutter"

0

set orientation to landscape flutter

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

Code answers related to "how to change orientation of image in flutter"

Browse Popular Code Answers by Language