ordinals_sdk 1.0.0 copy "ordinals_sdk: ^1.0.0" to clipboard
ordinals_sdk: ^1.0.0 copied to clipboard

A comprehensive Dart SDK for Bitcoin Ordinals, BRC-20 tokens, and inscription management. Supports Taproot inscriptions, PSBT building, and marketplace integration.

110/ 160
pub points
145
downloads

We analyzed this package 37 hours ago, and awarded it 110 pub points (of a possible 160):

Failed report section
Follow Dart file conventions
20 / 30trigger folding of the section

Failed check 0/10 points: Provide a valid pubspec.yaml

Failed to verify repository URL.

pubspec.yaml from the repository defines publish_to, thus, we are unable to verify the package is published from here.

Please provide a valid repository URL in pubspec.yaml, such that:

  • repository can be cloned,
  • a clone of the repository contains a pubspec.yaml, which:,
    • contains name: ordinals_sdk,
    • contains a version property, and,
    • does not contain a publish_to property.

Passed check 5/5 points: Provide a valid README.md

Passed check 5/5 points: Provide a valid CHANGELOG.md

Passed check 10/10 points: Use an OSI-approved license

Detected license: MIT.

Failed report section
Provide documentation
10 / 20trigger folding of the section

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

166 out of 188 API elements (88.3 %) have documentation comments.

Some symbols that are missing documentation: ordinals_sdk.BRC20Activity.BRC20Activity.new, ordinals_sdk.BRC20Balance.BRC20Balance.new, ordinals_sdk.BRC20DeployParams.BRC20DeployParams.new, ordinals_sdk.BRC20MintParams.BRC20MintParams.new, ordinals_sdk.BRC20Service.BRC20Service.new.

Failed check 0/10 points: Package has an example

No example found.

See package layout guidelines on how to add an example.

Passed report section
Platform support
20 / 20trigger folding of the section

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

  • ✓ Android

  • ✓ iOS

  • ✓ Windows

  • ✓ Linux

  • ✓ macOS

  • ✓ Web

Passed check 0/0 points: WASM compatibility

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

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

Passed report section
Pass static analysis
50 / 50trigger folding of the section

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

Failed report section
Support up-to-date dependencies
10 / 40trigger folding of the section

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

Package Constraint Compatible Latest Notes
bitcoin_base ^6.0.0 6.9.0 7.0.0
collection ^1.18.0 1.19.1 1.19.1
crypto ^3.0.3 3.0.7 3.0.7
decimal ^2.3.3 2.3.3 3.2.4
dio ^5.3.4 5.9.0 5.9.0
meta ^1.9.1 1.17.0 1.17.0
Transitive dependencies
Package Constraint Compatible Latest Notes
async - 2.13.0 2.13.0
blockchain_utils - 5.4.0 5.4.0
dio_web_adapter - 2.1.1 2.1.1
http_parser - 4.1.2 4.1.2
mime - 2.0.0 2.0.0
path - 1.9.1 1.9.1
rational - 2.2.3 2.2.3
source_span - 1.10.1 1.10.1
string_scanner - 1.4.1 1.4.1
term_glyph - 1.2.2 1.2.2
typed_data - 1.4.0 1.4.0
web - 1.1.1 1.1.1

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

The constraint `^6.0.0` on bitcoin_base does not support the stable version `7.0.0`.

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

The constraint `^2.3.3` on decimal does not support the stable version `3.0.0`.

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

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

Failed check 0/20 points: Compatible with dependency constraint lower bounds

downgrade analysis failed failed with 4 errors:

  • UNDEFINED_METHOD - lib/src/core/psbt_builder.dart:124:27 - The method 'signBip340' isn't defined for the type 'ECPrivate'.
  • UNDEFINED_METHOD - lib/src/core/psbt_builder.dart:126:25 - The method 'signECDSA' isn't defined for the type 'ECPrivate'.
  • UNDEFINED_METHOD - lib/src/core/psbt_builder.dart:223:27 - The method 'signBip340' isn't defined for the type 'ECPrivate'.

Run dart pub downgrade and then dart analyze to reproduce the above problem.

You may run dart pub upgrade --tighten to update your dependency constraints, see dart.dev/go/downgrade-testing for details.

Analyzed with Pana 0.23.5, Dart 3.10.7.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
0
likes
110
points
145
downloads

Publisher

unverified uploader

Weekly Downloads

A comprehensive Dart SDK for Bitcoin Ordinals, BRC-20 tokens, and inscription management. Supports Taproot inscriptions, PSBT building, and marketplace integration.

Documentation

API reference

License

MIT (license)

Dependencies

bitcoin_base, collection, crypto, decimal, dio, meta

More

Packages that depend on ordinals_sdk