simp_cache 0.0.2 copy "simp_cache: ^0.0.2" to clipboard
simp_cache: ^0.0.2 copied to clipboard

Simple & easy package to cache and retrieve objects as JSON files.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add simp_cache

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

dependencies:
  simp_cache: ^0.0.2

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:simp_cache/simp_cache.dart';
1
likes
150
points
2
downloads

Publisher

unverified uploader

Weekly Downloads

Simple & easy package to cache and retrieve objects as JSON files.

Repository (GitHub)
View/report issues

Documentation

API reference

License

unknown (license)

Dependencies

encrypted_shared_preferences, flutter

More

Packages that depend on simp_cache