mirror of
https://github.com/StarCitizenToolBox/app.git
synced 2026-02-06 15:10:20 +00:00
Release: 3.0.0 Beta5
This commit is contained in:
@@ -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, {
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user