mirror of
https://github.com/immich-app/immich.git
synced 2026-05-18 03:10:24 +03:00
chore: riverpod v2 to v3
# Conflicts: # mobile/lib/presentation/widgets/asset_viewer/asset_page.widget.dart
This commit is contained in:
+19
-6
@@ -35,7 +35,7 @@ dependencies:
|
||||
fluttertoast: ^8.2.14
|
||||
geolocator: ^14.0.2
|
||||
home_widget: ^0.8.1
|
||||
hooks_riverpod: ^2.6.1
|
||||
hooks_riverpod: ^3.3.1
|
||||
http: ^1.6.0
|
||||
image_picker: ^1.2.1
|
||||
immich_ui:
|
||||
@@ -91,10 +91,9 @@ dependencies:
|
||||
dev_dependencies:
|
||||
auto_route_generator: ^10.5.0
|
||||
build_runner: ^2.13.1
|
||||
# Drift generator
|
||||
drift_dev: ^2.32.1
|
||||
fake_async: ^1.3.3
|
||||
file: ^7.0.1 # for MemoryFileSystem
|
||||
file: ^7.0.1
|
||||
flutter_launcher_icons: ^0.14.4
|
||||
flutter_lints: ^5.0.0
|
||||
flutter_native_splash: ^2.4.7
|
||||
@@ -103,13 +102,27 @@ dev_dependencies:
|
||||
integration_test:
|
||||
sdk: flutter
|
||||
mocktail: ^1.0.5
|
||||
# Type safe platform code
|
||||
pigeon: ^26.3.4
|
||||
riverpod_lint: ^3.1.3
|
||||
|
||||
# cast 2.1.0 declares a loose bonsoir range but its code targets the 5.x API.
|
||||
# Pin bonsoir to 5.x until cast releases a version compatible with bonsoir 6.x.
|
||||
dependency_overrides:
|
||||
# cast 2.1.0 declares a loose bonsoir range but its code targets the 5.x API.
|
||||
# Pin bonsoir to 5.x until cast releases a version compatible with bonsoir 6.x.
|
||||
bonsoir: ^5.1.11
|
||||
# the pub version has an outdated analyzer dependency, and the git version is not published to pub.dev
|
||||
# use the git version until the pub version is updated
|
||||
riverpod_lint:
|
||||
git:
|
||||
url: https://github.com/rrousselGit/riverpod/
|
||||
ref: 'e8b84952e40b395ef47ab1f581eddddf64f0b2fd'
|
||||
path: packages/riverpod_lint/
|
||||
# transitive dependency of riverpod_lint, and the pub version is outdated
|
||||
# remove the override when the pub version of riverpod_lint is updated
|
||||
riverpod_analyzer_utils:
|
||||
git:
|
||||
url: https://github.com/rrousselGit/riverpod/
|
||||
ref: 'e8b84952e40b395ef47ab1f581eddddf64f0b2fd'
|
||||
path: packages/riverpod_analyzer_utils/
|
||||
|
||||
flutter:
|
||||
uses-material-design: true
|
||||
|
||||
Reference in New Issue
Block a user