mirror of
https://github.com/JideGuru/FlutterTravel.git
synced 2026-03-13 09:52:38 +08:00
Update main.dart
This commit is contained in:
committed by
GitHub
parent
62ef216100
commit
6ebd7acecb
@@ -6,10 +6,7 @@ import 'package:flutter_travel_concept/util/const.dart';
|
||||
import 'package:provider/provider.dart';
|
||||
|
||||
void main() async {
|
||||
SystemChrome.setPreferredOrientations([DeviceOrientation.portraitUp])
|
||||
.then((_) {
|
||||
runApp(MyApp());
|
||||
});
|
||||
runApp(MyApp());
|
||||
}
|
||||
|
||||
class MyApp extends StatefulWidget {
|
||||
|
||||
Reference in New Issue
Block a user