single_item_storage 1.0.0 copy "single_item_storage: ^1.0.0" to clipboard
single_item_storage: ^1.0.0 copied to clipboard

outdated

A single item storage abstraction.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add single_item_storage

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

dependencies:
  single_item_storage: ^1.0.0

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:single_item_storage/cached_storage.dart';
import 'package:single_item_storage/memory_storage.dart';
import 'package:single_item_storage/storage.dart';
4
likes
0
pub points
71%
popularity

Publisher

unverified uploader

A single item storage abstraction.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on single_item_storage