cached_map 2.0.2 copy "cached_map: ^2.0.2" to clipboard
cached_map: ^2.0.2 copied to clipboard

outdated

Store, Retrieve or Delete map<String,dynamic> to your App's temporary directory.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add cached_map

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

dependencies:
  cached_map: ^2.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:cached_map/cached_map.dart';
10
likes
0
pub points
62%
popularity

Publisher

unverified uploader

Store, Retrieve or Delete map<String,dynamic> to your App's temporary directory.

License

unknown (LICENSE)

Dependencies

flutter, path_provider

More

Packages that depend on cached_map