flutter_tanstack_query 0.0.1+3 copy "flutter_tanstack_query: ^0.0.1+3" to clipboard
flutter_tanstack_query: ^0.0.1+3 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+3

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';
17
likes
130
points
2
downloads

Documentation

Documentation
API reference

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

License

MIT (license)

Dependencies

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

More

Packages that depend on flutter_tanstack_query