fmap 0.4.0 copy "fmap: ^0.4.0" to clipboard
fmap: ^0.4.0 copied to clipboard

Simple approach to caching or persistent blob storage. A Map-like object for accessing data stored on the filesystem.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add fmap

With Flutter:

 $ flutter pub add fmap

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

dependencies:
  fmap: ^0.4.0

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:fmap/fmap.dart';
0
likes
120
pub points
0%
popularity

Publisher

verified publisherrevercode.com

Simple approach to caching or persistent blob storage. A Map-like object for accessing data stored on the filesystem.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

crypto, file_errors, meta, path

More

Packages that depend on fmap