Commit 4987f5ce authored by Inomjon's avatar Inomjon

Aplication webga chiqdi

parent 872dd133
......@@ -62,14 +62,14 @@ class _AppState extends State<App> {
);
})
: MaterialApp(
debugShowCheckedModeBanner: false,
theme: ThemeData(
textTheme: GoogleFonts.latoTextTheme(),
primarySwatch: Colors.green,
),
title: 'MyMeeting',
navigatorKey: App.navigationService.navigatorKey,
home: MainNavigator(controller: controller),
debugShowCheckedModeBanner: false,
theme: ThemeData(
textTheme: GoogleFonts.latoTextTheme(),
primarySwatch: Colors.green,
),
title: 'MyMeeting',
navigatorKey: App.navigationService.navigatorKey,
home: MainNavigator(controller: controller),
);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment