zenquery 1.0.2 copy "zenquery: ^1.0.2" to clipboard
zenquery: ^1.0.2 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.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:zenquery/zenquery.dart';
3
likes
150
points
218
downloads

Documentation

API reference

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

License

MIT (license)

Dependencies

flutter, riverpod

More

Packages that depend on zenquery