dstash 0.0.60 copy "dstash: ^0.0.60" to clipboard
dstash: ^0.0.60 copied to clipboard

Dart bindings for stash. Stash is a library for encrypted data storage and exchange.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add dstash

With Flutter:

 $ flutter pub add dstash

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

dependencies:
  dstash: ^0.0.60

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:dstash/dstash.dart';
0
likes
0
points
564
downloads

Publisher

unverified uploader

Weekly Downloads

Dart bindings for stash. Stash is a library for encrypted data storage and exchange.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

ffi, flutter, path

More

Packages that depend on dstash