tanstack_query 1.1.0 copy "tanstack_query: ^1.1.0" to clipboard
tanstack_query: ^1.1.0 copied to clipboard

Widgets that help state management of asynchronous operations such as sending HTTP requests, getting the response, and caching the result.

1.1.0 (04/01/26) #

  • Rework internals: move hook logic into core QueryObserver / Query and MutationObserver / Mutation.
  • Move QueryCache into QueryClient and remove legacy QueryClient.Instance.
  • Implement gcTime and garbage collection scheduling for inactive queries.
  • Add retry / retryDelay support (exponential backoff) and Retryer; add fixes/tests for retry behavior (including useInfiniteQuery).
  • Expose mutateAsync and resetMutation APIs.
  • Fix observer subscriber management and refactor with Removable.
  • Update docs, changelogs, dartdoc and add tests.

1.0.2 (30/12/25) #

  • Add dartdoc comments.

1.0.1 (28/12/25) #

  • Add useQueryClient hook to retrieve the active QueryClient from widget context.

1.0.0 (18/12/25) #

  • First version with primary hooks (useQuery, useMutation, useInfiniteQuery)
5
likes
150
points
410
downloads

Publisher

verified publisherflutter-tanstack.com

Weekly Downloads

Widgets that help state management of asynchronous operations such as sending HTTP requests, getting the response, and caching the result.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

async, flutter, flutter_hooks, meta, provider

More

Packages that depend on tanstack_query