get_query 1.0.0+16
get_query: ^1.0.0+16 copied to clipboard
A TanStack Query-inspired async caching and pagination package for Flutter + GetX.
1.0.0+16 #
feat(core): add OnlineManager to track and manage connectivity state
Initial Release #
- Inspired by TanStack Query (React Query)
- Built for Flutter with GetX integration
- Features:
- ✅ Caching of async queries
- ✅ Stale time and refetch management
- ✅ Automatic retry and garbage collection
- ✅ Pagination with
useInfiniteQuery
- ✅ Centralized error/loading states
- ✅ Fully reactive with GetX (
Rx
,Obx
)
- Includes:
useQuery()
for single async fetchinguseInfiniteQuery()
for paginated data- Query key management
- Query invalidation support