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

A Flutter plugin for Caching Json/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.5

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
90
pub points
58%
popularity

Publisher

unverified uploader

A Flutter plugin for Caching Json/Map<String,dynamic> to your App's temporary directory.

Documentation

API reference

License

unknown (LICENSE)

Dependencies

flutter, path_provider

More

Packages that depend on cached_map