fluquery 1.1.0 copy "fluquery: ^1.1.0" to clipboard
fluquery: ^1.1.0 copied to clipboard

Async state management & data fetching for Flutter. Caching, mutations, infinite queries, optimistic updates.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add fluquery

With Flutter:

 $ flutter pub add fluquery

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

dependencies:
  fluquery: ^1.1.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:fluquery/fluquery.dart';
7
likes
0
points
246
downloads

Publisher

unverified uploader

Weekly Downloads

Async state management & data fetching for Flutter. Caching, mutations, infinite queries, optimistic updates.

Repository (GitHub)
View/report issues

Topics

#state-management #caching #api #hooks #query

Documentation

Documentation

License

unknown (license)

Dependencies

collection, connectivity_plus, flutter, flutter_hooks, hive_ce, hive_ce_flutter, path_provider

More

Packages that depend on fluquery