fasq 0.3.6 copy "fasq: ^0.3.6" to clipboard
fasq: ^0.3.6 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 Dart:

 $ dart pub add fasq

With Flutter:

 $ flutter pub add fasq

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

dependencies:
  fasq: ^0.3.6

Alternatively, your editor might support dart pub get or 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
0
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.

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, path, path_provider, uuid

More

Packages that depend on fasq