mirror of
https://github.com/immich-app/immich
synced 2025-10-17 18:19:27 +00:00
chore: use isar immich fork (#22738)
Co-authored-by: shenlong-tanwen <139912620+shalong-tanwen@users.noreply.github.com>
This commit is contained in:
parent
8353db6a50
commit
f16327d0ab
2 changed files with 22 additions and 18 deletions
|
|
@ -1022,25 +1022,27 @@ packages:
|
|||
isar:
|
||||
dependency: "direct main"
|
||||
description:
|
||||
name: isar
|
||||
sha256: e17a9555bc7f22ff26568b8c64d019b4ffa2dc6bd4cb1c8d9b269aefd32e53ad
|
||||
url: "https://pub.isar-community.dev"
|
||||
source: hosted
|
||||
path: "packages/isar"
|
||||
ref: "3561848fe7f5811743b880ddd96bb18dede27306"
|
||||
resolved-ref: "3561848fe7f5811743b880ddd96bb18dede27306"
|
||||
url: "https://github.com/immich-app/isar"
|
||||
source: git
|
||||
version: "3.1.8"
|
||||
isar_flutter_libs:
|
||||
dependency: "direct main"
|
||||
description:
|
||||
name: isar_flutter_libs
|
||||
sha256: "78710781e658ce4bff59b3f38c5b2735e899e627f4e926e1221934e77b95231a"
|
||||
url: "https://pub.isar-community.dev"
|
||||
source: hosted
|
||||
path: "packages/isar_flutter_libs"
|
||||
ref: "3561848fe7f5811743b880ddd96bb18dede27306"
|
||||
resolved-ref: "3561848fe7f5811743b880ddd96bb18dede27306"
|
||||
url: "https://github.com/immich-app/isar"
|
||||
source: git
|
||||
version: "3.1.8"
|
||||
isar_generator:
|
||||
dependency: "direct dev"
|
||||
description:
|
||||
path: "packages/isar_generator"
|
||||
ref: v3
|
||||
resolved-ref: ad574f60ed6f39d2995cd16fc7dc3de9a646ef30
|
||||
ref: "3561848fe7f5811743b880ddd96bb18dede27306"
|
||||
resolved-ref: "3561848fe7f5811743b880ddd96bb18dede27306"
|
||||
url: "https://github.com/immich-app/isar"
|
||||
source: git
|
||||
version: "3.1.8"
|
||||
|
|
|
|||
|
|
@ -8,8 +8,6 @@ environment:
|
|||
sdk: '>=3.8.0 <4.0.0'
|
||||
flutter: 3.35.4
|
||||
|
||||
isar_version: &isar_version 3.1.8
|
||||
|
||||
dependencies:
|
||||
flutter:
|
||||
sdk: flutter
|
||||
|
|
@ -81,11 +79,15 @@ dependencies:
|
|||
openapi:
|
||||
path: openapi
|
||||
isar:
|
||||
version: *isar_version
|
||||
hosted: https://pub.isar-community.dev/
|
||||
isar_flutter_libs: # contains Isar Core
|
||||
version: *isar_version
|
||||
hosted: https://pub.isar-community.dev/
|
||||
git:
|
||||
url: https://github.com/immich-app/isar
|
||||
ref: '3561848fe7f5811743b880ddd96bb18dede27306'
|
||||
path: packages/isar/
|
||||
isar_flutter_libs:
|
||||
git:
|
||||
url: https://github.com/immich-app/isar
|
||||
ref: '3561848fe7f5811743b880ddd96bb18dede27306'
|
||||
path: packages/isar_flutter_libs/
|
||||
# DB
|
||||
drift: ^2.23.1
|
||||
drift_flutter: ^0.2.4
|
||||
|
|
@ -101,7 +103,7 @@ dev_dependencies:
|
|||
isar_generator:
|
||||
git:
|
||||
url: https://github.com/immich-app/isar
|
||||
ref: v3
|
||||
ref: '3561848fe7f5811743b880ddd96bb18dede27306'
|
||||
path: packages/isar_generator/
|
||||
integration_test:
|
||||
sdk: flutter
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue