riverpod_crud 0.0.2
riverpod_crud: ^0.0.2 copied to clipboard
A lightweight Riverpod CRUD helper for loading, error, refresh, pagination, create, update, and delete states.
0.0.2 #
0.0.1 #
Initial release.
Added #
- Generic CRUD state management with Riverpod.
CrudRepository<T, ID>abstraction.CrudNotifier<T, ID>for fetch, refresh, pagination, create, update, and delete operations.CrudState<T>for loading, refreshing, loading more, error, pagination, and item state.PaginationConfigfor page and limit configuration.- Optional optimistic updates.
- Example app with fake user CRUD.
- Unit tests for core CRUD behavior.