You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[✓] Flutter (Channel stable, 1.22.2, on Mac OS X 10.15.7 19H2, locale zh-Hans-CN)
• Flutter version 1.22.2 at /Users/chengshuai/fvm/versions/stable
• Framework revision 84f3d28555 (10 days ago), 2020-10-15 16:26:19 -0700
• Engine revision b8752bbfff
• Dart version 2.10.2
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
The text was updated successfully, but these errors were encountered: