cktap_protocol 0.0.1-dev1 copy "cktap_protocol: ^0.0.1-dev1" to clipboard
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_protocol

With Flutter:

 $ flutter pub add cktap_protocol

This 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-dev1

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

Publisher

unverified uploader

Weekly Downloads

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.

Repository (GitHub)
View/report issues

Funding

Consider supporting this project:

app.mash.com

License

unknown (license)

Dependencies

cktap_transport, ffi, flutter, plugin_platform_interface

More

Packages that depend on cktap_protocol

Packages that implement cktap_protocol