dvote_crypto 0.10.2
dvote_crypto: ^0.10.2 copied to clipboard
Flutter library providing both native and pure Dart implementations of cryptographic primitives
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add dvote_cryptoThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
dvote_crypto: ^0.10.2Alternatively, 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:dvote_crypto/dvote_crypto.dart';