mirror of
https://github.com/StarCitizenToolBox/app.git
synced 2026-02-12 18:20:24 +00:00
Add settings icon button to home page for easy game path reconfiguration (#129)
* Initial plan * Add settings icon button to home UI for reopening path guidance Co-authored-by: xkeyC <39891083+xkeyC@users.noreply.github.com> * Add path rescan after returning from guide page Co-authored-by: xkeyC <39891083+xkeyC@users.noreply.github.com> * build(deps): bump windows from 0.62.1 to 0.62.2 in /rust (#130) Bumps [windows](https://github.com/microsoft/windows-rs) from 0.62.1 to 0.62.2. - [Release notes](https://github.com/microsoft/windows-rs/releases) - [Commits](https://github.com/microsoft/windows-rs/commits) --- updated-dependencies: - dependency-name: windows dependency-version: 0.62.2 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> * build(deps): bump tokio from 1.47.1 to 1.48.0 in /rust (#132) Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.47.1 to 1.48.0. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.47.1...tokio-1.48.0) --- updated-dependencies: - dependency-name: tokio dependency-version: 1.48.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * build(deps): bump reqwest from 0.12.23 to 0.12.24 in /rust (#131) Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.12.23 to 0.12.24. - [Release notes](https://github.com/seanmonstar/reqwest/releases) - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md) - [Commits](https://github.com/seanmonstar/reqwest/compare/v0.12.23...v0.12.24) --- updated-dependencies: - dependency-name: reqwest dependency-version: 0.12.24 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> * Initial plan * Add settings icon button to home UI for reopening path guidance Co-authored-by: xkeyC <39891083+xkeyC@users.noreply.github.com> * Add path rescan after returning from guide page Co-authored-by: xkeyC <39891083+xkeyC@users.noreply.github.com> * feat: game path settings icon And bump deps --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: xkeyC <39891083+xkeyC@users.noreply.github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: xkeyC <3334969096@qq.com>
This commit is contained in:
30
pubspec.yaml
30
pubspec.yaml
@@ -13,34 +13,34 @@ dependencies:
|
||||
|
||||
flutter_localizations:
|
||||
sdk: flutter
|
||||
flutter_riverpod: ^3.0.0-dev.17
|
||||
riverpod_annotation: ^3.0.0-dev.17
|
||||
flutter_riverpod: ^3.0.3
|
||||
riverpod_annotation: ^3.0.3
|
||||
flutter_hooks: ^0.21.3+1
|
||||
hooks_riverpod: ^3.0.0-dev.17
|
||||
hooks_riverpod: ^3.0.3
|
||||
json_annotation: ^4.9.0
|
||||
go_router: ^16.2.1
|
||||
go_router: ^16.3.0
|
||||
window_manager: ^0.5.1
|
||||
fluent_ui: 4.11.3
|
||||
flutter_staggered_grid_view: ^0.7.0
|
||||
flutter_acrylic: ^1.1.4
|
||||
url_launcher: ^6.3.2
|
||||
font_awesome_flutter: ^10.10.0
|
||||
font_awesome_flutter: ^10.12.0
|
||||
cupertino_icons: ^1.0.8
|
||||
hive_ce: ^2.11.4
|
||||
hive_ce: ^2.15.1
|
||||
path_provider: ^2.1.5
|
||||
dio: ^5.9.0
|
||||
markdown: ^7.3.0
|
||||
markdown_widget: ^2.3.2+8
|
||||
extended_image: ^10.0.1
|
||||
device_info_plus: ^11.5.0
|
||||
file_picker: ^10.3.2
|
||||
device_info_plus: ^12.2.0
|
||||
file_picker: ^10.3.3
|
||||
file_sizes: ^1.0.6
|
||||
desktop_webview_window: ^0.2.3
|
||||
flutter_svg: ^2.2.1
|
||||
archive: ^4.0.7
|
||||
jwt_decode: ^0.3.1
|
||||
uuid: ^4.5.1
|
||||
flutter_tilt: ^3.3.1
|
||||
flutter_tilt: ^3.3.2
|
||||
card_swiper: ^3.0.1
|
||||
ffi: ^2.1.4
|
||||
flutter_rust_bridge: ^2.11.1
|
||||
@@ -61,12 +61,12 @@ dependencies:
|
||||
synchronized: ^3.4.0
|
||||
super_sliver_list: ^0.4.1
|
||||
file: ^7.0.1
|
||||
re_editor: ^0.7.0
|
||||
re_editor: ^0.8.0
|
||||
re_highlight: ^0.0.3
|
||||
shelf: ^1.4.2
|
||||
qr_flutter: ^4.1.0
|
||||
desktop_multi_window: ^0.2.1
|
||||
watcher: ^1.1.3
|
||||
watcher: ^1.1.4
|
||||
path: ^1.9.1
|
||||
crypto: ^3.0.6
|
||||
dependency_overrides:
|
||||
@@ -79,11 +79,11 @@ dev_dependencies:
|
||||
flutter_lints: ^6.0.0
|
||||
msix: ^3.16.12
|
||||
build_runner: 2.7.1
|
||||
freezed: ^3.2.0
|
||||
json_serializable: ^6.11.0
|
||||
riverpod_generator: ^3.0.0-dev.17
|
||||
freezed: ^3.2.3
|
||||
json_serializable: ^6.11.1
|
||||
riverpod_generator: ^3.0.3
|
||||
custom_lint: ^0.8.0
|
||||
riverpod_lint: ^3.0.0-dev.17
|
||||
riverpod_lint: ^3.0.3
|
||||
ffigen: ^19.1.0
|
||||
sct_dev_tools:
|
||||
path: ./packages/sct_dev_tools
|
||||
|
||||
Reference in New Issue
Block a user