mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
image provider improvements
This commit is contained in:
parent
0d60199514
commit
f931060670
26 changed files with 1203 additions and 190 deletions
|
|
@ -1,4 +1,7 @@
|
|||
import 'package:hooks_riverpod/hooks_riverpod.dart';
|
||||
import 'package:immich_mobile/platform/native_sync_api.g.dart';
|
||||
import 'package:immich_mobile/platform/thumbnail_api.g.dart';
|
||||
|
||||
final nativeSyncApiProvider = Provider<NativeSyncApi>((_) => NativeSyncApi());
|
||||
|
||||
final thumbnailApi = ThumbnailApi();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue