Compare commits

...

4 Commits

Author SHA1 Message Date
dependabot[bot]
78aa644c68
Merge 3dab05fc0e into 9a0b97476e 2026-02-02 04:23:13 +00:00
dependabot[bot]
9a0b97476e
build(deps): bump dio from 5.9.0 to 5.9.1 (#198)
Bumps [dio](https://github.com/cfug/dio) from 5.9.0 to 5.9.1.
- [Release notes](https://github.com/cfug/dio/releases)
- [Commits](https://github.com/cfug/dio/compare/dio_v5.9.0...dio_v5.9.1)

---
updated-dependencies:
- dependency-name: dio
  dependency-version: 5.9.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-02-02 12:23:06 +08:00
xkeyC
68f42060ff fix: isInstalled
close: https://github.com/StarCitizenToolBox/app/issues/191
2026-01-27 15:23:28 +08:00
dependabot[bot]
3dab05fc0e
build(deps): bump fluent_ui from 4.11.3 to 4.12.0
Bumps [fluent_ui](https://github.com/bdlukaa/fluent_ui) from 4.11.3 to 4.12.0.
- [Release notes](https://github.com/bdlukaa/fluent_ui/releases)
- [Changelog](https://github.com/bdlukaa/fluent_ui/blob/master/CHANGELOG.md)
- [Commits](https://github.com/bdlukaa/fluent_ui/commits)

---
updated-dependencies:
- dependency-name: fluent_ui
  dependency-version: 4.12.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-12-01 00:19:59 +00:00
3 changed files with 7 additions and 7 deletions

View File

@ -178,7 +178,7 @@ class LocalizationDialogUI extends HookConsumerWidget {
) {
final isWorking = state.workingVersion.isNotEmpty;
final isMineWorking = state.workingVersion == item.key;
final isInstalled = state.patchStatus?.value == item.key;
final isInstalled = state.patchStatus?.value == item.key || state.patchStatus?.value == item.value.versionName;
final isItemEnabled = ((item.value.enable ?? false));
final tapDisabled = isInstalled || isWorking || !isItemEnabled || isMineWorking;
return GridItemAnimator(

View File

@ -365,10 +365,10 @@ packages:
dependency: "direct main"
description:
name: dio
sha256: d90ee57923d1828ac14e492ca49440f65477f4bb1263575900be731a3dac66a9
sha256: b9d46faecab38fc8cc286f80bc4d61a3bb5d4ac49e51ed877b4d6706efe57b25
url: "https://pub.dev"
source: hosted
version: "5.9.0"
version: "5.9.1"
dio_web_adapter:
dependency: transitive
description:
@ -453,10 +453,10 @@ packages:
dependency: "direct main"
description:
name: fluent_ui
sha256: "569f61002931665b9613ed12008a368d60ae66baab78b6270c4dc8b44f24d1df"
sha256: "8645eabacb46bfc9632fadc6e106756cdc6f2a4efb5a4fed4410bd3131306fe8"
url: "https://pub.dev"
source: hosted
version: "4.11.3"
version: "4.12.0"
flutter:
dependency: "direct main"
description: flutter

View File

@ -24,7 +24,7 @@ dependencies:
url: https://github.com/boyan01/window_manager.git
path: packages/window_manager
ref: 6fae92d21b4c80ce1b8f71c1190d7970cf722bd4
fluent_ui: 4.11.3
fluent_ui: 4.12.0
flutter_staggered_grid_view: ^0.7.0
flutter_acrylic: ^1.1.4
url_launcher: ^6.3.2
@ -32,7 +32,7 @@ dependencies:
cupertino_icons: ^1.0.8
hive_ce: ^2.19.1
path_provider: ^2.1.5
dio: ^5.9.0
dio: ^5.9.1
markdown: ^7.3.0
markdown_widget: ^2.3.2+8
extended_image: ^10.0.1