flutter_auto_cache 0.0.1 copy "flutter_auto_cache: ^0.0.1" to clipboard
flutter_auto_cache: ^0.0.1 copied to clipboard

Package that automates cache management policies, using shared preferences under the hood.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add flutter_auto_cache

With Flutter:

 $ flutter pub add flutter_auto_cache

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

dependencies:
  flutter_auto_cache: ^0.0.1

Alternatively, your editor might support dart pub get or 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_auto_cache/flutter_auto_cache.dart';
53
likes
0
pub points
72%
popularity

Publisher

verified publisherluizgasparetto.dev

Package that automates cache management policies, using shared preferences under the hood.

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

crypto, encrypt, flutter, meta, path_provider, shared_preferences

More

Packages that depend on flutter_auto_cache