0
Fork 0
mirror of https://github.com/immich-app/immich.git synced 2025-03-04 02:11:44 -05:00

fix(mobile): iOS crashing when download iCloud content (#11639)

This commit is contained in:
Alex 2024-08-07 13:09:15 -05:00 committed by GitHub
parent 905a062a6e
commit c34fc4f2d1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 6 deletions

View file

@ -1186,18 +1186,18 @@ packages:
dependency: "direct main"
description:
name: photo_manager
sha256: "68d6099d07ce5033170f8368af8128a4555cf1d590a97242f83669552de989b1"
sha256: "1e8bbe46a6858870e34c976aafd85378bed221ce31c1201961eba9ad3d94df9f"
url: "https://pub.dev"
source: hosted
version: "3.2.0"
version: "3.2.3"
photo_manager_image_provider:
dependency: "direct main"
description:
name: photo_manager_image_provider
sha256: c187f60c3fdbe5630735d9a0bccbb071397ec03dcb1ba6085c29c8adece798a0
sha256: "38ef1023dc11de3a8669f16e7c981673b3c5cfee715d17120f4b87daa2cdd0af"
url: "https://pub.dev"
source: hosted
version: "2.1.0"
version: "2.1.1"
platform:
dependency: transitive
description:

View file

@ -15,8 +15,8 @@ dependencies:
path_provider_ios:
# TODO: upgrade to stable after 3.0.1 is released. 3.0.0 is broken
# https://github.com/fluttercandies/flutter_photo_manager/pull/990#issuecomment-2058066427
photo_manager: ^3.2.0
photo_manager_image_provider: ^2.1.0
photo_manager: ^3.2.3
photo_manager_image_provider: ^2.1.1
flutter_hooks: ^0.20.4
hooks_riverpod: ^2.4.9
riverpod_annotation: ^2.3.3