flutter_tanstack_query 0.0.1+2 copy "flutter_tanstack_query: ^0.0.1+2" to clipboard
flutter_tanstack_query: ^0.0.1+2 copied to clipboard

A powerful data fetching and state management package for Flutter inspired by TanStack Query (React Query). Features automatic caching, background updates, offline support, and optimistic UI updates.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_tanstack_query

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

dependencies:
  flutter_tanstack_query: ^0.0.1+2

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

Import it

Now in your Dart code, you can use:

import 'package:flutter_tanstack_query/flutter_tanstack_query.dart';
5
likes
140
points
20
downloads

Publisher

unverified uploader

Weekly Downloads

A powerful data fetching and state management package for Flutter inspired by TanStack Query (React Query). Features automatic caching, background updates, offline support, and optimistic UI updates.

Repository (GitHub)
View/report issues

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

connectivity_plus, dio, flutter, hive, hive_flutter, meta, path_provider

More

Packages that depend on flutter_tanstack_query