cktap_protocol 0.1.0 cktap_protocol: ^0.1.0 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 Flutter:
$ flutter pub add cktap_protocol
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
cktap_protocol: ^0.1.0
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:cktap_protocol/cktap_protocol.dart';