fuery 1.1.0 copy "fuery: ^1.1.0" to clipboard
fuery: ^1.1.0 copied to clipboard

Server data caching for Flutter: cache API responses, refetch in the background, paginate, mutate with optimistic updates, and keep data across restarts.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add fuery

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

dependencies:
  fuery: ^1.1.0

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:fuery/fuery.dart';
2
likes
160
points
364
downloads

Documentation

Documentation
API reference

Publisher

unverified uploader

Weekly Downloads

Server data caching for Flutter: cache API responses, refetch in the background, paginate, mutate with optimistic updates, and keep data across restarts.

Homepage
Repository (GitHub)
View/report issues

Topics

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

License

MIT (license)

Dependencies

flutter, fuery_core

More

Packages that depend on fuery