get_query 1.0.0+16 copy "get_query: ^1.0.0+16" to clipboard
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 fetching
    • useInfiniteQuery() for paginated data
    • Query key management
    • Query invalidation support
1
likes
130
points
22
downloads

Publisher

unverified uploader

Weekly Downloads

A TanStack Query-inspired async caching and pagination package for Flutter + GetX.

Repository (GitHub)
View/report issues

Topics

#flutter #getx #query #pagination #caching

Documentation

API reference

License

MIT (license)

Dependencies

connectivity_plus, flutter, get

More

Packages that depend on get_query