Skip to content

Commit

Permalink
make fullscreen
Browse files Browse the repository at this point in the history
  • Loading branch information
maks committed Jul 29, 2020
1 parent e530fe3 commit d55c652
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/my_app.dart
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ class _MyAppState extends State<MyApp> {
SystemChrome.setPreferredOrientations([
DeviceOrientation.portraitUp,
]);
SystemChrome.setEnabledSystemUIOverlays([]);

initPlatformState();
}
Expand Down

0 comments on commit d55c652

Please sign in to comment.