yubikit_openpgp 1.0.20
yubikit_openpgp: ^1.0.20 copied to clipboard
Yubikey OpenPGP interface. Smartcard interface can be replaced for different platforms like Flutter.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add yubikit_openpgpWith Flutter:
$ flutter pub add yubikit_openpgpThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
yubikit_openpgp: ^1.0.20Alternatively, 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:yubikit_openpgp/yubikit_openpgp.dart';