k4zek4ge
10/21/2019 - 8:46 AM

set preferred orientation

  SystemChrome.setPreferredOrientations([DeviceOrientation.portraitUp])
      .then((_) {
    runApp(new MyApp());
  });