storagebox 0.1.0+3 copy "storagebox: ^0.1.0+3" to clipboard
storagebox: ^0.1.0+3 copied to clipboard

Easily store configuration keys and values for your CLI and web apps.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add storagebox

With Flutter:

 $ flutter pub add storagebox

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

dependencies:
  storagebox: ^0.1.0+3

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:storagebox/storagebox.dart';
3
likes
130
pub points
49%
popularity

Publisher

verified publisherinvertase.io

Easily store configuration keys and values for your CLI and web apps.

Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (LICENSE)

Dependencies

collection, meta, path, xdg_directories

More

Packages that depend on storagebox