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

A smart caching system for API calls with automatic refresh, offline support, and cache invalidation

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_async_cache

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

dependencies:
  flutter_async_cache: ^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:flutter_async_cache/flutter_async_cache.dart';
3
likes
160
points
47
downloads

Publisher

verified publisherbechattaoui.dev

Weekly Downloads

A smart caching system for API calls with automatic refresh, offline support, and cache invalidation

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

connectivity_plus, flutter, http, shared_preferences

More

Packages that depend on flutter_async_cache