fquery 1.4.0-beta.1 copy "fquery: ^1.4.0-beta.1" to clipboard
fquery: ^1.4.0-beta.1 copied to clipboard

fquery is a powerful async state management solution for Flutter. It caches, updates, and fully manages asynchronous data in your Flutter apps.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add fquery

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

dependencies:
  fquery: ^1.4.0-beta.1

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:fquery/fquery.dart';
54
likes
150
pub points
82%
popularity

Publisher

unverified uploader

fquery is a powerful async state management solution for Flutter. It caches, updates, and fully manages asynchronous data in your Flutter apps.

Repository (GitHub)
View/report issues
Contributing

Documentation

API reference

License

MIT (license)

Dependencies

collection, fast_immutable_collections, flutter, flutter_hooks, freezed, freezed_annotation

More

Packages that depend on fquery