query_kit 1.0.0 copy "query_kit: ^1.0.0" to clipboard
query_kit: ^1.0.0 copied to clipboard

Dart port of TanStack Query's query-core: caching, background refetching, retries and mutations, no Flutter needed. An AI-coded community port, not affiliated with TanStack.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add query_kit

With Flutter:

 $ flutter pub add query_kit

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

dependencies:
  query_kit: ^1.0.0

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:query_kit/query_kit.dart';
0
likes
160
points
70
downloads

Documentation

API reference

Publisher

verified publisherdualmeta.io

Weekly Downloads

Dart port of TanStack Query's query-core: caching, background refetching, retries and mutations, no Flutter needed. An AI-coded community port, not affiliated with TanStack.

Repository (GitHub)
View/report issues
Contributing

Topics

#cache #state-management #data-fetching #tanstack-query #async

License

MIT (license)

Dependencies

clock, meta

More

Packages that depend on query_kit