fquery 1.5.4-beta.2 copy "fquery: ^1.5.4-beta.2" to clipboard
fquery: ^1.5.4-beta.2 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.5.4-beta.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:fquery/fquery.dart';
69
likes
145
points
5.68k
downloads

Publisher

unverified uploader

Weekly Downloads

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

Repository (GitHub)
Contributing

Documentation

API reference

License

MIT (license)

Dependencies

collection, flutter, flutter_hooks, freezed, freezed_annotation

More

Packages that depend on fquery