Standard way of changing flutter application orientation doesn't work on Rpi. Setting: ```dart SystemChrome.setPreferredOrientations([ DeviceOrientation.portraitUp, ]); ``` doesn't affect screen layout. I've also tried with `DeviceOrientation.landscapeLeft` and there is no difference.