chore: use hosted isar flutter libs (#22757)

Co-authored-by: shenlong-tanwen <139912620+shalong-tanwen@users.noreply.github.com>
This commit is contained in:
shenlong 2025-10-08 14:49:46 +05:30 committed by GitHub
parent a7cfd7f183
commit 63c2f4415b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
14 changed files with 40 additions and 37 deletions

View file

@ -64,7 +64,7 @@ PODS:
- Flutter - Flutter
- integration_test (0.0.1): - integration_test (0.0.1):
- Flutter - Flutter
- isar_flutter_libs (1.0.0): - isar_community_flutter_libs (1.0.0):
- Flutter - Flutter
- local_auth_darwin (0.0.1): - local_auth_darwin (0.0.1):
- Flutter - Flutter
@ -149,7 +149,7 @@ DEPENDENCIES:
- home_widget (from `.symlinks/plugins/home_widget/ios`) - home_widget (from `.symlinks/plugins/home_widget/ios`)
- image_picker_ios (from `.symlinks/plugins/image_picker_ios/ios`) - image_picker_ios (from `.symlinks/plugins/image_picker_ios/ios`)
- integration_test (from `.symlinks/plugins/integration_test/ios`) - integration_test (from `.symlinks/plugins/integration_test/ios`)
- isar_flutter_libs (from `.symlinks/plugins/isar_flutter_libs/ios`) - isar_community_flutter_libs (from `.symlinks/plugins/isar_community_flutter_libs/ios`)
- local_auth_darwin (from `.symlinks/plugins/local_auth_darwin/darwin`) - local_auth_darwin (from `.symlinks/plugins/local_auth_darwin/darwin`)
- maplibre_gl (from `.symlinks/plugins/maplibre_gl/ios`) - maplibre_gl (from `.symlinks/plugins/maplibre_gl/ios`)
- native_video_player (from `.symlinks/plugins/native_video_player/ios`) - native_video_player (from `.symlinks/plugins/native_video_player/ios`)
@ -210,8 +210,8 @@ EXTERNAL SOURCES:
:path: ".symlinks/plugins/image_picker_ios/ios" :path: ".symlinks/plugins/image_picker_ios/ios"
integration_test: integration_test:
:path: ".symlinks/plugins/integration_test/ios" :path: ".symlinks/plugins/integration_test/ios"
isar_flutter_libs: isar_community_flutter_libs:
:path: ".symlinks/plugins/isar_flutter_libs/ios" :path: ".symlinks/plugins/isar_community_flutter_libs/ios"
local_auth_darwin: local_auth_darwin:
:path: ".symlinks/plugins/local_auth_darwin/darwin" :path: ".symlinks/plugins/local_auth_darwin/darwin"
maplibre_gl: maplibre_gl:
@ -264,7 +264,7 @@ SPEC CHECKSUMS:
home_widget: f169fc41fd807b4d46ab6615dc44d62adbf9f64f home_widget: f169fc41fd807b4d46ab6615dc44d62adbf9f64f
image_picker_ios: 7fe1ff8e34c1790d6fff70a32484959f563a928a image_picker_ios: 7fe1ff8e34c1790d6fff70a32484959f563a928a
integration_test: 4a889634ef21a45d28d50d622cf412dc6d9f586e integration_test: 4a889634ef21a45d28d50d622cf412dc6d9f586e
isar_flutter_libs: bc909e72c3d756c2759f14c8776c13b5b0556e26 isar_community_flutter_libs: bede843185a61a05ff364a05c9b23209523f7e0d
local_auth_darwin: 553ce4f9b16d3fdfeafce9cf042e7c9f77c1c391 local_auth_darwin: 553ce4f9b16d3fdfeafce9cf042e7c9f77c1c391
MapLibre: 69e572367f4ef6287e18246cfafc39c80cdcabcd MapLibre: 69e572367f4ef6287e18246cfafc39c80cdcabcd
maplibre_gl: 3c924e44725147b03dda33430ad216005b40555f maplibre_gl: 3c924e44725147b03dda33430ad216005b40555f

View file

@ -132,7 +132,7 @@ const AlbumSchema = CollectionSchema(
getId: _albumGetId, getId: _albumGetId,
getLinks: _albumGetLinks, getLinks: _albumGetLinks,
attach: _albumAttach, attach: _albumAttach,
version: '3.1.8', version: '3.3.0-dev.3',
); );
int _albumEstimateSize( int _albumEstimateSize(

View file

@ -47,7 +47,7 @@ const AndroidDeviceAssetSchema = CollectionSchema(
getId: _androidDeviceAssetGetId, getId: _androidDeviceAssetGetId,
getLinks: _androidDeviceAssetGetLinks, getLinks: _androidDeviceAssetGetLinks,
attach: _androidDeviceAssetAttach, attach: _androidDeviceAssetAttach,
version: '3.1.8', version: '3.3.0-dev.3',
); );
int _androidDeviceAssetEstimateSize( int _androidDeviceAssetEstimateSize(

View file

@ -168,7 +168,7 @@ const AssetSchema = CollectionSchema(
getId: _assetGetId, getId: _assetGetId,
getLinks: _assetGetLinks, getLinks: _assetGetLinks,
attach: _assetAttach, attach: _assetAttach,
version: '3.1.8', version: '3.3.0-dev.3',
); );
int _assetEstimateSize( int _assetEstimateSize(

View file

@ -43,7 +43,7 @@ const BackupAlbumSchema = CollectionSchema(
getId: _backupAlbumGetId, getId: _backupAlbumGetId,
getLinks: _backupAlbumGetLinks, getLinks: _backupAlbumGetLinks,
attach: _backupAlbumAttach, attach: _backupAlbumAttach,
version: '3.1.8', version: '3.3.0-dev.3',
); );
int _backupAlbumEstimateSize( int _backupAlbumEstimateSize(

View file

@ -32,7 +32,7 @@ const DuplicatedAssetSchema = CollectionSchema(
getId: _duplicatedAssetGetId, getId: _duplicatedAssetGetId,
getLinks: _duplicatedAssetGetLinks, getLinks: _duplicatedAssetGetLinks,
attach: _duplicatedAssetAttach, attach: _duplicatedAssetAttach,
version: '3.1.8', version: '3.3.0-dev.3',
); );
int _duplicatedAssetEstimateSize( int _duplicatedAssetEstimateSize(

View file

@ -52,7 +52,7 @@ const ETagSchema = CollectionSchema(
getId: _eTagGetId, getId: _eTagGetId,
getLinks: _eTagGetLinks, getLinks: _eTagGetLinks,
attach: _eTagAttach, attach: _eTagAttach,
version: '3.1.8', version: '3.3.0-dev.3',
); );
int _eTagEstimateSize( int _eTagEstimateSize(

View file

@ -60,7 +60,7 @@ const IOSDeviceAssetSchema = CollectionSchema(
getId: _iOSDeviceAssetGetId, getId: _iOSDeviceAssetGetId,
getLinks: _iOSDeviceAssetGetLinks, getLinks: _iOSDeviceAssetGetLinks,
attach: _iOSDeviceAssetAttach, attach: _iOSDeviceAssetAttach,
version: '3.1.8', version: '3.3.0-dev.3',
); );
int _iOSDeviceAssetEstimateSize( int _iOSDeviceAssetEstimateSize(

View file

@ -65,7 +65,7 @@ const DeviceAssetEntitySchema = CollectionSchema(
getId: _deviceAssetEntityGetId, getId: _deviceAssetEntityGetId,
getLinks: _deviceAssetEntityGetLinks, getLinks: _deviceAssetEntityGetLinks,
attach: _deviceAssetEntityAttach, attach: _deviceAssetEntityAttach,
version: '3.1.8', version: '3.3.0-dev.3',
); );
int _deviceAssetEntityEstimateSize( int _deviceAssetEntityEstimateSize(

View file

@ -68,7 +68,7 @@ const ExifInfoSchema = CollectionSchema(
getId: _exifInfoGetId, getId: _exifInfoGetId,
getLinks: _exifInfoGetLinks, getLinks: _exifInfoGetLinks,
attach: _exifInfoAttach, attach: _exifInfoAttach,
version: '3.1.8', version: '3.3.0-dev.3',
); );
int _exifInfoEstimateSize( int _exifInfoEstimateSize(

View file

@ -37,7 +37,7 @@ const StoreValueSchema = CollectionSchema(
getId: _storeValueGetId, getId: _storeValueGetId,
getLinks: _storeValueGetLinks, getLinks: _storeValueGetLinks,
attach: _storeValueAttach, attach: _storeValueAttach,
version: '3.1.8', version: '3.3.0-dev.3',
); );
int _storeValueEstimateSize( int _storeValueEstimateSize(

View file

@ -95,7 +95,7 @@ const UserSchema = CollectionSchema(
getId: _userGetId, getId: _userGetId,
getLinks: _userGetLinks, getLinks: _userGetLinks,
attach: _userAttach, attach: _userAttach,
version: '3.1.8', version: '3.3.0-dev.3',
); );
int _userEstimateSize( int _userEstimateSize(

View file

@ -317,10 +317,10 @@ packages:
dependency: "direct main" dependency: "direct main"
description: description:
name: connectivity_plus name: connectivity_plus
sha256: "33bae12a398f841c6cda09d1064212957265869104c478e5ad51e2fb26c3973c" sha256: b5e72753cf63becce2c61fd04dfe0f1c430cc5278b53a1342dc5ad839eab29ec
url: "https://pub.dev" url: "https://pub.dev"
source: hosted source: hosted
version: "7.0.0" version: "6.1.5"
connectivity_plus_platform_interface: connectivity_plus_platform_interface:
dependency: transitive dependency: transitive
description: description:
@ -1023,26 +1023,33 @@ packages:
dependency: "direct main" dependency: "direct main"
description: description:
path: "packages/isar" path: "packages/isar"
ref: "3561848fe7f5811743b880ddd96bb18dede27306" ref: bb1dca40fe87a001122e5d43bc6254718cb49f3a
resolved-ref: "3561848fe7f5811743b880ddd96bb18dede27306" resolved-ref: bb1dca40fe87a001122e5d43bc6254718cb49f3a
url: "https://github.com/immich-app/isar" url: "https://github.com/immich-app/isar"
source: git source: git
version: "3.1.8" version: "3.1.8"
isar_flutter_libs: isar_community:
dependency: transitive
description:
name: isar_community
sha256: "28f59e54636c45ba0bb1b3b7f2656f1c50325f740cea6efcd101900be3fba546"
url: "https://pub.dev"
source: hosted
version: "3.3.0-dev.3"
isar_community_flutter_libs:
dependency: "direct main" dependency: "direct main"
description: description:
path: "packages/isar_flutter_libs" name: isar_community_flutter_libs
ref: "3561848fe7f5811743b880ddd96bb18dede27306" sha256: c2934fe755bb3181cb67602fd5df0d080b3d3eb52799f98623aa4fc5acbea010
resolved-ref: "3561848fe7f5811743b880ddd96bb18dede27306" url: "https://pub.dev"
url: "https://github.com/immich-app/isar" source: hosted
source: git version: "3.3.0-dev.3"
version: "3.1.8"
isar_generator: isar_generator:
dependency: "direct dev" dependency: "direct dev"
description: description:
path: "packages/isar_generator" path: "packages/isar_generator"
ref: "3561848fe7f5811743b880ddd96bb18dede27306" ref: bb1dca40fe87a001122e5d43bc6254718cb49f3a
resolved-ref: "3561848fe7f5811743b880ddd96bb18dede27306" resolved-ref: bb1dca40fe87a001122e5d43bc6254718cb49f3a
url: "https://github.com/immich-app/isar" url: "https://github.com/immich-app/isar"
source: git source: git
version: "3.1.8" version: "3.1.8"

View file

@ -19,7 +19,7 @@ dependencies:
cancellation_token_http: ^2.1.0 cancellation_token_http: ^2.1.0
cast: ^2.1.0 cast: ^2.1.0
collection: ^1.18.0 collection: ^1.18.0
connectivity_plus: ^7.0.0 connectivity_plus: ^6.1.3
crop_image: ^1.0.16 crop_image: ^1.0.16
crypto: ^3.0.6 crypto: ^3.0.6
device_info_plus: ^12.0.0 device_info_plus: ^12.0.0
@ -81,13 +81,9 @@ dependencies:
isar: isar:
git: git:
url: https://github.com/immich-app/isar url: https://github.com/immich-app/isar
ref: '3561848fe7f5811743b880ddd96bb18dede27306' ref: 'bb1dca40fe87a001122e5d43bc6254718cb49f3a'
path: packages/isar/ path: packages/isar/
isar_flutter_libs: isar_community_flutter_libs: 3.3.0-dev.3
git:
url: https://github.com/immich-app/isar
ref: '3561848fe7f5811743b880ddd96bb18dede27306'
path: packages/isar_flutter_libs/
# DB # DB
drift: ^2.23.1 drift: ^2.23.1
drift_flutter: ^0.2.4 drift_flutter: ^0.2.4
@ -103,7 +99,7 @@ dev_dependencies:
isar_generator: isar_generator:
git: git:
url: https://github.com/immich-app/isar url: https://github.com/immich-app/isar
ref: '3561848fe7f5811743b880ddd96bb18dede27306' ref: 'bb1dca40fe87a001122e5d43bc6254718cb49f3a'
path: packages/isar_generator/ path: packages/isar_generator/
integration_test: integration_test:
sdk: flutter sdk: flutter