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
Yeah the SystemChrome class is basically just an interface to the platform method channel. Specifically, you're calling the SystemChrome.setPreferredOrientations method on the flutter/platform method channel, which is implemented right here.
Haven't got around to implement it yet. Should not be that hard to do though
Standard way of changing flutter application orientation doesn't work on Rpi. Setting:
doesn't affect screen layout. I've also tried with
DeviceOrientation.landscapeLeft
and there is no difference.The text was updated successfully, but these errors were encountered: