shared_preferences_cache 0.1.0+3 copy "shared_preferences_cache: ^0.1.0+3" to clipboard
shared_preferences_cache: ^0.1.0+3 copied to clipboard

A Cache for Flutter based on Shared Preferences to cache results of heavy calcuations or API calls.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add shared_preferences_cache

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

dependencies:
  shared_preferences_cache: ^0.1.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:shared_preferences_cache/shared_preferences_cache.dart';
3
likes
40
pub points
0%
popularity

Publisher

unverified uploader

A Cache for Flutter based on Shared Preferences to cache results of heavy calcuations or API calls.

Repository (GitHub)
View/report issues

License

BSD-3-Clause (LICENSE)

Dependencies

flutter, shared_preferences, shared_preferences_platform_interface

More

Packages that depend on shared_preferences_cache