update flutter to 3.27.0 & update packages

This commit is contained in:
2024-12-12 16:41:42 +08:00
parent c2cfd066f6
commit e4e2d264f5
31 changed files with 172 additions and 266 deletions

View File

@@ -172,7 +172,6 @@ class _MyAppState extends State<MyApp> with WidgetsBindingObserver {
theme: ThemeData(
colorScheme: light.copyWith(
surface: Colors.white,
background: Colors.white,
),
fontFamily: App.isWindows ? "Microsoft YaHei" : null,
),
@@ -180,7 +179,6 @@ class _MyAppState extends State<MyApp> with WidgetsBindingObserver {
darkTheme: ThemeData(
colorScheme: dark.copyWith(
surface: Colors.black,
background: Colors.black,
),
fontFamily: App.isWindows ? "Microsoft YaHei" : null,
),