to laptptop
This commit is contained in:
@@ -9,7 +9,7 @@ void main() async {
|
||||
WidgetsFlutterBinding.ensureInitialized();
|
||||
|
||||
LiveInformation liveInformation = LiveInformation();
|
||||
await liveInformation.LoadDatasets();
|
||||
await liveInformation.Initialize();
|
||||
|
||||
runApp(const MyApp());
|
||||
}
|
||||
@@ -29,7 +29,12 @@ class MyApp extends StatelessWidget {
|
||||
),
|
||||
darkTheme: ThemeData(
|
||||
brightness: Brightness.dark,
|
||||
/* dark theme settings */
|
||||
// colorScheme: ColorScheme.dark(),
|
||||
colorScheme: ColorScheme.fromSeed(
|
||||
seedColor: Colors.blue,
|
||||
brightness: Brightness.dark
|
||||
|
||||
)
|
||||
),
|
||||
themeMode: ThemeMode.dark,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user