Skip to content

Commit

Permalink
Updated to
Browse files Browse the repository at this point in the history
  • Loading branch information
jxstxn1 committed Oct 14, 2021
1 parent 33cae07 commit 618593e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions lib/src/app/app.dart
Expand Up @@ -15,16 +15,15 @@ class App extends StatelessWidget {
debugShowCheckedModeBanner: false,
title: 'Flutter Installer',
routerDelegate: locator<RouterService>().router.delegate(),
routeInformationParser:
locator<RouterService>().router.defaultRouteParser(),
routeInformationParser: locator<RouterService>().router.defaultRouteParser(),
themeMode: themeMode,
theme: ThemeData(
brightness: Brightness.light,
primaryColor: Color(0xff085A9C),
),
darkTheme: ThemeData(
brightness: Brightness.dark,
accentColor: Colors.deepOrangeAccent,
colorScheme: ColorScheme.fromSwatch().copyWith(secondary: Colors.deepOrangeAccent),
),
);
},
Expand Down

0 comments on commit 618593e

Please sign in to comment.