feat(mobile): sqlite (#16861)

* refactor: user entity

* chore: rebase fixes

* refactor: remove int user Id

* refactor: migrate store userId from int to string

* refactor: rename uid to id

* feat: drift

* pr feedback

* refactor: move common overrides to mixin

---------

Co-authored-by: shenlong-tanwen <139912620+shalong-tanwen@users.noreply.github.com>
This commit is contained in:
shenlong
2025-04-02 19:28:17 +05:30
committed by GitHub
parent 5cb5fcbf62
commit 5a456ef277
23 changed files with 2123 additions and 30 deletions
+5
View File
@@ -73,6 +73,9 @@ dependencies:
isar_flutter_libs: # contains Isar Core
version: *isar_version
hosted: https://pub.isar-community.dev/
# DB
drift: ^2.23.1
drift_flutter: ^0.2.4
dependency_overrides:
analyzer: ^6.0.0
@@ -99,6 +102,8 @@ dev_dependencies:
immich_mobile_immich_lint:
path: './immich_lint'
fake_async: ^1.3.1
# Drift generator
drift_dev: ^2.23.1
flutter:
uses-material-design: true