cktap_protocol 0.1.0 copy "cktap_protocol: ^0.1.0" to clipboard
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';
0
likes
130
points
24
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

Documentation

API reference

Funding

Consider supporting this project:

app.mash.com

License

MIT (license)

Dependencies

cktap_transport, ffi, flutter, plugin_platform_interface

More

Packages that depend on cktap_protocol