stow 0.5.1 copy "stow: ^0.5.1" to clipboard
stow: ^0.5.1 copied to clipboard

An abstraction to allow synchronous access to persistent data.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add stow

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

dependencies:
  stow: ^0.5.1

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:stow/stow.dart';
0
likes
160
points
547
downloads

Publisher

verified publisheradil.hanney.org

Weekly Downloads

An abstraction to allow synchronous access to persistent data.

Repository (GitHub)

Topics

#stow #storage #persistence

Documentation

API reference

License

MIT (license)

Dependencies

flutter, meta, mutex

More

Packages that depend on stow