to laptptop

This commit is contained in:
ImBenji
2024-02-28 04:56:50 +00:00
parent 2ef40e6b27
commit 675c42d2da
19 changed files with 1758 additions and 151 deletions

View File

@@ -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,