Commit 4987f5ce authored by Inomjon's avatar Inomjon

Aplication webga chiqdi

parent 872dd133
...@@ -62,14 +62,14 @@ class _AppState extends State<App> { ...@@ -62,14 +62,14 @@ class _AppState extends State<App> {
); );
}) })
: MaterialApp( : MaterialApp(
debugShowCheckedModeBanner: false, debugShowCheckedModeBanner: false,
theme: ThemeData( theme: ThemeData(
textTheme: GoogleFonts.latoTextTheme(), textTheme: GoogleFonts.latoTextTheme(),
primarySwatch: Colors.green, primarySwatch: Colors.green,
), ),
title: 'MyMeeting', title: 'MyMeeting',
navigatorKey: App.navigationService.navigatorKey, navigatorKey: App.navigationService.navigatorKey,
home: MainNavigator(controller: controller), 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