refactor(mobile): refactor user provider (#16358)

This commit is contained in:
Alex
2025-02-26 17:04:43 -06:00
committed by GitHub
parent c778516ce2
commit 8fbd650483
8 changed files with 65 additions and 23 deletions
+2 -2
View File
@@ -79,14 +79,14 @@ custom_lint:
- lib/widgets/asset_grid/asset_grid_data_structure.dart
- test/**.dart
# refactor the remaining providers
- lib/providers/{db,user}.provider.dart
- lib/providers/db.provider.dart
- lib/providers/backup/backup.provider.dart
- import_rule_openapi:
message: openapi must only be used through ApiRepositories
restrict: package:openapi
allowed:
# requried / wanted
# required / wanted
- lib/repositories/*_api.repository.dart
# acceptable exceptions for the time being
- lib/entities/{album,asset,exif_info,user}.entity.dart # to convert DTOs to entities