flutter_query_plus 0.0.6
flutter_query_plus: ^0.0.6 copied to clipboard
A powerful, React Query-inspired data fetching and server state management library for Flutter. Supports caching, retries, infinite queries, and mutations.
0.0.6 #
- Updated package repository links to the actual GitHub destination.
0.0.3 #
- Fixed
flutter_query_plusimport path inside the example application.
0.0.2 #
- Renamed package to
flutter_query_plus - Enhanced documentation and example app.
0.0.1 #
- Initial release.
- Added
QueryClientandQueryCachefor global state management. - Added
useQuery,useMutation, anduseInfiniteQueryhooks. - Added
QueryBuilderandInfiniteQueryBuilderwidgets. - Support for retries, background refetching, and stale time caching.