This commit is contained in:
2025-10-10 22:49:05 +07:00
parent 02941e2234
commit 38c16bf0b9
49 changed files with 2702 additions and 740 deletions

View File

@@ -28,7 +28,7 @@ class CategoriesPage extends ConsumerWidget {
),
body: RefreshIndicator(
onRefresh: () async {
await ref.refresh(categoriesProvider.future);
ref.read(categoriesProvider.notifier).refresh();
},
child: categoriesAsync.when(
loading: () => const Center(