chore: Update dependencies to latest versions

This commit is contained in:
cogwheel0
2025-12-06 21:04:54 +05:30
parent b2ac465bc6
commit ec767fe6c0
3 changed files with 21 additions and 21 deletions

View File

@@ -6,7 +6,7 @@ import 'package:conduit/core/providers/app_providers.dart';
part 'notes_providers.g.dart';
/// Provider for the list of all notes with user information.
@riverpod
@Riverpod(keepAlive: true)
class NotesList extends _$NotesList {
@override
Future<List<Note>> build() async {