fquery 1.5.0-beta.1 copy "fquery: ^1.5.0-beta.1" to clipboard
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
copied to clipboard

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
copied to clipboard

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';
copied to clipboard
64
likes
140
points
3.94k
downloads

Publisher

unverified uploader

Weekly Downloads

2024.09.11 - 2025.03.26

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, fast_immutable_collections, flutter, flutter_hooks, freezed, freezed_annotation

More

Packages that depend on fquery