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

outdated

A flutter library to manage async state 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.0.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';
81
likes
0
points
5.69k
downloads

Publisher

unverified uploader

Weekly Downloads

A flutter library to manage async state in your flutter apps.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

fast_immutable_collections, flutter, flutter_hooks

More

Packages that depend on fquery