chore(mobile): upgrade riverpod (#16742)

This commit is contained in:
Alex 2025-03-09 20:30:58 -05:00 committed by GitHub
parent 17c5094719
commit 82624b0979
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
40 changed files with 157 additions and 96 deletions

View file

@ -1,7 +1,8 @@
import 'package:hooks_riverpod/hooks_riverpod.dart';
import 'package:immich_mobile/services/api.service.dart';
import 'package:riverpod_annotation/riverpod_annotation.dart';
part 'api.provider.g.dart';
@Riverpod(keepAlive: true)
ApiService apiService(ApiServiceRef ref) => ApiService();
ApiService apiService(Ref ref) => ApiService();