Release: 3.0.0 Beta5

This commit is contained in:
xkeyC
2025-12-06 15:51:06 +08:00
parent 8c4c11df6a
commit 9872823aff
5 changed files with 9 additions and 10 deletions

View File

@@ -116,8 +116,8 @@ class HomeGameLoginUIModel extends _$HomeGameLoginUIModel {
);
}
// ignore: avoid_build_context_in_providers
Future<void> goWebView(
// ignore: avoid_build_context_in_providers
BuildContext context,
String title,
String url, {

View File

@@ -147,8 +147,8 @@ class HomeGameDoctorUIModel extends _$HomeGameDoctorUIModel {
}
}
// ignore: avoid_build_context_in_providers
Future _checkGameRunningLog(
// ignore: avoid_build_context_in_providers
BuildContext context,
String scInstalledPath,
List<MapEntry<String, String>> checkResult,
@@ -203,8 +203,8 @@ class HomeGameDoctorUIModel extends _$HomeGameDoctorUIModel {
final _cnExp = RegExp(r"[^\x00-\xff]");
// ignore: avoid_build_context_in_providers
Future _checkPreInstall(
// ignore: avoid_build_context_in_providers
BuildContext context,
String scInstalledPath,
List<MapEntry<String, String>> checkResult,