fasq 0.4.0 copy "fasq: ^0.4.0" to clipboard
fasq: ^0.4.0 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.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:fasq/fasq.dart';
4
likes
140
points
174
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.

Documentation

API reference

License

MIT (license)

Dependencies

flutter, meta, path, path_provider, uuid

More

Packages that depend on fasq