flutter_orientation icon indicating copy to clipboard operation
flutter_orientation copied to clipboard

iOS always shows DeviceOrientation.landscapeLeft

Open aditya21 opened this issue 3 years ago • 3 comments

I have following code

subscription = OrientationHelper.onOrientationChange.listen((value) { print(value); });

It always shows DeviceOrientation.landscapeLeft. It is working as expected on Android.

Flutter 1.20.4 • Dart 2.9.2

aditya21 avatar Oct 23 '20 11:10 aditya21