daq 0.0.3 copy "daq: ^0.0.3" to clipboard
daq: ^0.0.3 copied to clipboard

A Flutter package for handling asynchronous queries and mutations with object-hash based caching, re-fetching, reactive cache invalidations and updates, and many more features incoming!

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add daq

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

dependencies:
  daq: ^0.0.3

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:daq/daq.dart';
1
likes
140
points
72
downloads

Publisher

verified publisherdartproductions.com

Weekly Downloads

A Flutter package for handling asynchronous queries and mutations with object-hash based caching, re-fetching, reactive cache invalidations and updates, and many more features incoming!

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

dio, easy_logger, flutter, flutter_hooks

More

Packages that depend on daq