massa 1.9.7 copy "massa: ^1.9.7" to clipboard
massa: ^1.9.7 copied to clipboard

Massa package is an SDK that connects your Dart and Flutter applications to the Massa blockchain, create wallet, send transactions, and work with smart contracts.

4
likes
130/ 160
pub points
121
downloads

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

Partially passed report section
Follow Dart file conventions
30 / 30trigger folding of the section

Partially passed check 10/10 points: Provide a valid pubspec.yaml

Homepage URL doesn't exist.

At the time of the analysis https://nafsi.world was unreachable. Make sure that the website is reachable via HEAD requests.

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.

Passed report section
Provide documentation
20 / 20trigger folding of the section

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

1522 out of 2616 API elements (58.2 %) have documentation comments.

Some symbols that are missing documentation: massa, massa.Account.addressType, massa.Account.balance, massa.Account.keyPair, massa.Account.networkType.

Passed check 10/10 points: Package has an example

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

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

  • ✓ Android

  • ✓ iOS

  • ✓ Windows

  • ✓ Linux

  • ✓ macOS

These platforms are not supported:

Package not compatible with platform Web

Because:

  • package:massa/massa.dart that imports:
  • package:massa/src/massa.dart that imports:
  • package:massa/src/jsonrpc/jsonrpc.dart that imports:
  • package:massa/src/jsonrpc/client/client.dart that imports:
  • package:massa/src/jsonrpc/client/http_client.dart that imports:
  • dart:io

Failed check 0/0 points: WASM compatibility

Package not compatible with runtime wasm

Because:

  • package:massa/massa.dart that imports:
  • package:massa/src/massa.dart that imports:
  • package:massa/src/jsonrpc/jsonrpc.dart that imports:
  • package:massa/src/jsonrpc/client/client.dart that imports:
  • package:massa/src/jsonrpc/client/http_client.dart that imports:
  • dart:io

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 report section
Pass static analysis
30 / 50trigger folding of the section

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

Found 7 issues. Showing the first 2:

WARNING: This default clause is covered by the previous cases.

lib/src/serialisation/arrays.dart:99:7

99default:
   │       ^^^^^^^
   ╵
copied to clipboard

To reproduce make sure you are using the lints_core and run dart analyze lib/src/serialisation/arrays.dart

WARNING: This default clause is covered by the previous cases.

lib/src/serialisation/arrays.dart:191:5

    ╷
191 │     default:
    │     ^^^^^^^
    ╵
copied to clipboard

To reproduce make sure you are using the lints_core and run dart analyze lib/src/serialisation/arrays.dart

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

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

Package Constraint Compatible Latest
base_codecs ^1.0.1 1.0.1 1.0.1
binary ^3.0.1 3.0.1 4.0.0
cryptography ^2.7.0 2.7.0 2.7.0
fixnum ^1.1.0 1.1.1 1.1.1
grpc ^4.0.1 4.0.1 4.0.1
hex ^0.2.0 0.2.0 0.2.0
http ^1.2.2 1.3.0 1.3.0
pointycastle ^3.9.1 3.9.1 4.0.0
protobuf ^3.1.0 3.1.0 3.1.0
retry ^3.1.2 3.1.2 3.1.2
Transitive dependencies
Package Constraint Compatible Latest
args - 2.6.0 2.6.0
async - 2.13.0 2.13.0
clock - 1.1.2 1.1.2
collection - 1.19.1 1.19.1
convert - 3.1.2 3.1.2
crypto - 3.0.6 3.0.6
ffi - 2.1.4 2.1.4
google_identity_services_web - 0.3.3 0.3.3
googleapis_auth - 1.6.0 1.6.0
http2 - 2.3.1 2.3.1
http_parser - 4.1.2 4.1.2
js - 0.6.7 0.7.2
matan - 1.0.0 1.0.0
meta - 1.16.0 1.16.0
path - 1.9.1 1.9.1
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.0 1.1.0

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

The constraint `^3.0.1` on binary does not support the stable version `4.0.0`.

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

The constraint `^3.9.1` on pointycastle does not support the stable version `4.0.0`, that was published 0 days ago.

When pointycastle is 30 days old, this package will no longer be awarded points in this category.

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

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

Passed check 20/20 points: Compatible with dependency constraint lower bounds

pub downgrade does not expose any static analysis error.

Analyzed with Pana 0.22.18, Dart 3.7.0.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
May 22Jun 19Jul 17Aug 14Sep 11Oct 9Nov 6Dec 4Jan 1Jan 29020406080100120140160180200>=1.0.0-0 <2.0.0
4
likes
130
points
121
downloads

Publisher

verified publishernafsi.world

Weekly Downloads

2024.08.07 - 2025.02.19

Massa package is an SDK that connects your Dart and Flutter applications to the Massa blockchain, create wallet, send transactions, and work with smart contracts.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

base_codecs, binary, cryptography, fixnum, grpc, hex, http, pointycastle, protobuf, retry

More

Packages that depend on massa