cktap_protocol 0.0.1-dev1
cktap_protocol: ^0.0.1-dev1 copied to clipboard
A flutter library implementing the Coinkite tap protocol for use with the Satscard and Tapsigner. The plugin is effectively a wrapper around Nunchuk's tap-protocol library.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add cktap_protocolWith Flutter:
$ flutter pub add cktap_protocolThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
cktap_protocol: ^0.0.1-dev1Alternatively, 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:cktap_protocol/cktap_protocol.dart';