fasq 0.3.8
fasq: ^0.3.8 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 fasqThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
fasq: ^0.3.8Alternatively, 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';