I was looking for code which can set orientation of my flutter app landscape forcefully.
SystemChrome.setPreferredOrientations
is applicable for Flutter part of the app, but it's not a full solution. Because when you launching the app - Flutter are not created yet. So you should also setup orientation in the native parts.
Here the article with detailed instructions https://medium.com/@greymag/flutter-orientation-lock-portrait-only-c98910ebd769