fasq 0.4.2 copy "fasq: ^0.4.2" to clipboard
fasq: ^0.4.2 copied to clipboard

FASQ (Flutter Async State Query) delivers caching-first async data management for Flutter with smart refetching, error recovery, and unified APIs.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add fasq

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  fasq: ^0.4.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:fasq/fasq.dart';
4
likes
150
points
439
downloads

Publisher

verified publishershafi.dev

Weekly Downloads

FASQ (Flutter Async State Query) delivers caching-first async data management for Flutter with smart refetching, error recovery, and unified APIs.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, meta, path, path_provider, uuid

More

Packages that depend on fasq