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:
@@ -1,7 +1,7 @@
|
||||
class ConstConf {
|
||||
static const String appVersion = "3.0.0 Beta3";
|
||||
static const int appVersionCode = 74;
|
||||
static const String appVersionDate = "2025-11-26";
|
||||
static const String appVersion = "3.0.0 Beta5";
|
||||
static const int appVersionCode = 75;
|
||||
static const String appVersionDate = "2025-12-06";
|
||||
static const _gameChannels = ["LIVE", "4.0_PREVIEW", "PTU", "EPTU", "TECH-PREVIEW", "HOTFIX"];
|
||||
static const isMSE = String.fromEnvironment("MSE", defaultValue: "false") == "true";
|
||||
static const win32AppId = isMSE
|
||||
|
||||
@@ -916,7 +916,7 @@ class PartyRoom extends _$PartyRoom {
|
||||
state = state.copyWith(room: state.room.copyWith(eventStreamDisconnected: false));
|
||||
}
|
||||
|
||||
/// 检查事件流是否处于活跃状态
|
||||
//ignore: avoid_public_notifier_properties
|
||||
bool get isEventStreamActive => _eventStreamSubscription != null && !(_eventStreamSubscription?.isPaused ?? true);
|
||||
|
||||
// ========== 通用服务方法 ==========
|
||||
|
||||
@@ -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