fuery_core 0.9.0 copy "fuery_core: ^0.9.0" to clipboard
fuery_core: ^0.9.0 copied to clipboard

Server data caching for Dart: cache API responses, deduplicate requests, refetch in the background, paginate, and mutate with optimistic updates.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add fuery_core

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

dependencies:
  fuery_core: ^0.9.0

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:fuery_core/fuery_core.dart';
2
likes
0
points
407
downloads

Documentation

Documentation

Publisher

unverified uploader

Weekly Downloads

Server data caching for Dart: cache API responses, deduplicate requests, refetch in the background, paginate, and mutate with optimistic updates.

Homepage
Repository (GitHub)
View/report issues

Topics

#state-management #server-state #cache #caching #offline

License

unknown (license)

Dependencies

clock, collection, meta

More

Packages that depend on fuery_core