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

Async server-state management for Flutter — caching, deduplication, background sync, optimistic updates, and pagination. Inspired by TanStack Query.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add smart_query

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

dependencies:
  smart_query: ^1.0.0

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:smart_query/smart_query.dart';
6
likes
160
points
107
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Async server-state management for Flutter — caching, deduplication, background sync, optimistic updates, and pagination. Inspired by TanStack Query.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

collection, flutter, flutter_hooks, meta

More

Packages that depend on smart_query