fquery 3.0.0 copy "fquery: ^3.0.0" to clipboard
fquery: ^3.0.0 copied to clipboard

Simple yet powerful async state management solution with in-built caching

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: ^3.0.0

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
145
points
5.95k
downloads

Publisher

unverified uploader

Weekly Downloads

Simple yet powerful async state management solution with in-built caching

Repository (GitHub)
View/report issues
Contributing

Documentation

API reference

License

MIT (license)

Dependencies

collection, flutter, flutter_hooks, fquery_core, freezed, freezed_annotation

More

Packages that depend on fquery