all_box 0.1.0
all_box: ^0.1.0 copied to clipboard
Synchronous, lightweight key-value storage for Flutter with crash-safe writes (write-ahead + atomic rename) and a pure-Flutter reactive layer.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add all_boxWith Flutter:
$ flutter pub add all_boxThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
all_box: ^0.1.0Alternatively, 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:all_box/all_box.dart';