bump: flutter:3.27.0 rust:1.83.0

This commit is contained in:
2024-12-14 13:48:24 +08:00
parent 4b70ec1914
commit c112a920ec
47 changed files with 187 additions and 160 deletions

View File

@ -223,7 +223,7 @@ class HomeGameDoctorUI extends HookConsumerWidget {
errorNames[item.key]?.value ??
S.current.doctor_info_result_no_solution),
style: TextStyle(
fontSize: 14, color: Colors.white.withOpacity(.7)),
fontSize: 14, color: Colors.white.withValues(alpha: .7)),
),
],
),
@ -264,7 +264,8 @@ class HomeGameDoctorUI extends HookConsumerWidget {
Text(
item.value,
style: TextStyle(
fontSize: 14, color: Colors.white.withOpacity(.7)),
fontSize: 14,
color: Colors.white.withValues(alpha: .7)),
),
],
),