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

FASQ (Flutter Async State Query) - A powerful async state management library for Flutter. Handles API calls, database queries, file operations, and any async operation with intelligent caching, automa [...]

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.1

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) - A powerful async state management library for Flutter. Handles API calls, database queries, file operations, and any async operation with intelligent caching, automatic refetching, and error recovery.

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on fasq