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

Wrapper around Riverpod for powerful asynchronous state management, server-state utilities and data fetching. Inspired by TanStack Query

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add zenquery

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

dependencies:
  zenquery: ^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:zenquery/zenquery.dart';
2
likes
150
points
88
downloads

Publisher

verified publisherzennn.dev

Weekly Downloads

Wrapper around Riverpod for powerful asynchronous state management, server-state utilities and data fetching. Inspired by TanStack Query

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, riverpod

More

Packages that depend on zenquery