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

0
likes
120/ 160
pub points
24
downloads

We analyzed this package 11 days ago, and awarded it 120 pub points (of a possible 160):

partial
Follow Dart file conventions
30 / 30trigger folding of the section

10/10 points: Provide a valid pubspec.yaml

Funding URL doesn't exist.

At the time of the analysis https://app.mash.com/e/peteclubseven was unreachable. Make sure that the website is reachable via HEAD requests.

5/5 points: Provide a valid README.md

5/5 points: Provide a valid CHANGELOG.md

10/10 points: Use an OSI-approved license

Detected license: MIT.

failed
Provide documentation
10 / 20trigger folding of the section

10/10 points: 20% or more of the public API has dartdoc comments

23 out of 79 API elements (29.1 %) have documentation comments.

Some symbols that are missing documentation: cktap_protocol, cktapcard, cktapcard.CKTapCard, cktapcard.CKTapCard.CKTapCard, cktapcard.CKTapCard.appletVersion.

0/10 points: Package has an example

No example found.

See package layout guidelines on how to add an example.

failed
Platform support
20 / 20trigger folding of the section

20/20 points: Supports 2 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)

  • ✓ Android

  • ✓ iOS

These platforms are not supported:

Package does not support platform `Windows`.

Because:

  • package:cktap_protocol/cktap_protocol.dart that declares support for platforms: Android, iOS.
Package does not support platform `Linux`.

Because:

  • package:cktap_protocol/cktap_protocol.dart that declares support for platforms: Android, iOS.
Package does not support platform `macOS`.

Because:

  • package:cktap_protocol/cktap_protocol.dart that declares support for platforms: Android, iOS.
Package does not support platform `Web`.

Because:

  • package:cktap_protocol/cktap_protocol.dart that declares support for platforms: Android, iOS.

0/0 points: WASM compatibility

Package not compatible with runtime wasm

Because:

  • package:cktap_protocol/cktap_protocol.dart that imports:
  • package:cktap_protocol/src/implementation.dart that imports:
  • package:cktap_protocol/src/native/translations.dart that imports:
  • package:cktap_protocol/src/native/library.dart that imports:
  • package:cktap_protocol/src/native/bindings.dart that imports:
  • dart:ffi

This package is not compatible with runtime wasm, and will not be rewarded full points in a future version of the scoring model.

See https://dart.dev/web/wasm for details.

failed
Pass static analysis
30 / 50trigger folding of the section

30/50 points: code has no errors, warnings, lints, or formatting issues

WARNING: The declaration '_sync' isn't referenced.

lib/tapsigner.dart:24:13

   ╷
24 │   Future<T> _sync<T>(T value) async =>
   │             ^^^^^
   ╵

To reproduce make sure you are using the lints_core and run flutter analyze lib/tapsigner.dart

failed
Support up-to-date dependencies
30 / 40trigger folding of the section

0/10 points: All of the package dependencies are supported in the latest version

Package Constraint Compatible Latest
cktap_transport ^0.1.0 0.1.1 0.1.1
ffi >=2.0.0 <2.1.0 2.0.2 2.1.3
flutter flutter 0.0.0 0.0.0
plugin_platform_interface >=2.1.3 <2.1.7 2.1.6 2.1.8
Transitive dependencies
Package Constraint Compatible Latest
characters - 1.3.0 1.4.0
collection - 1.19.0 1.19.1
material_color_utilities - 0.11.1 0.12.0
meta - 1.15.0 1.16.0
sky_engine - 0.0.0 0.0.0
vector_math - 2.1.4 2.1.4

To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.

The constraint `>=2.0.0 <2.1.0` on ffi does not support the stable version `2.1.0`.

Try running dart pub upgrade --major-versions ffi to update the constraint.

The constraint `>=2.1.3 <2.1.7` on plugin_platform_interface does not support the stable version `2.1.7`.

Try running dart pub upgrade --major-versions plugin_platform_interface to update the constraint.

10/10 points: Package supports latest stable Dart and Flutter SDKs

20/20 points: Compatible with dependency constraint lower bounds

pub downgrade does not expose any static analysis error.

Analyzed with Pana 0.22.17, Flutter 3.27.0, Dart 3.6.0.

Check the analysis log for details.

0
likes
120
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