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

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

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add tanstack_query

With Flutter:

 $ flutter pub add tanstack_query

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  tanstack_query: ^1.0.1

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:tanstack_query/tanstack_query.dart';
5
likes
0
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

License

unknown (license)

Dependencies

async, flutter, flutter_hooks, provider

More

Packages that depend on tanstack_query