fquery 1.5.0-beta.1 fquery: ^1.5.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.5.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';