archethic_lib_dart 7.9.1 copy "archethic_lib_dart: ^7.9.1" to clipboard
archethic_lib_dart: ^7.9.1 copied to clipboard

Archethic dart library for Flutter for Node and Browser. This library aims to provide a easy way to create Archethic transaction and to send them over the network

100/ 160
pub points
46
downloads

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

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

Passed check 10/10 points: Provide a valid pubspec.yaml

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

397 out of 835 API elements (47.5 %) have documentation comments.

Some symbols that are missing documentation: archethic.Address.Address.new, archethic.Address.address, archethic.AddressJsonConverter, archethic.AddressJsonConverter.AddressJsonConverter.new, archethic.AddressJsonConverter.fromJson.

Passed check 10/10 points: Package has an example

Passed 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:archethic_lib_dart/archethic_lib_dart.dart that imports:
  • package:archethic_lib_dart/src/utils/oracle/archethic_oracle.dart that imports:
  • dart:io
Failed report section
Pass static analysis
0 / 50trigger folding of the section

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

Found 11 issues. Showing the first 2:

ERROR: 'GraphQLClientLogger.copyWith' ('GraphQLClient Function({bool? alwaysRebroadcast, GraphQLCache? cache, DefaultPolicies? defaultPolicies, Link? link, String? logName, Duration? queryRequestTimeout})') isn't a valid override of 'GraphQLClient.copyWith' ('GraphQLClient Function({bool? alwaysRebroadcast, Future

lib/src/services/graph_ql_client_logger.dart:51:17

   ╷
51 │   GraphQLClient copyWith({
   │                 ^^^^^^^^
   ╵

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

WARNING: Unnecessary cast.

lib/crypto_keys/src/keys.dart:71:22

   ╷
71 │           exponent: (pair.publicKey as pc.RSAPublicKey).publicExponent!,
   │                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   ╵

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

Failed report section
Support up-to-date dependencies
30 / 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
collection ^1.18.0 1.19.1 1.19.1
crypto ^3.0.6 3.0.7 3.0.7
decimal ^3.0.2 3.2.4 3.2.4
ecdsa ^0.1.2 0.1.2 0.1.2
elliptic ^0.3.11 0.3.12 0.3.12
freezed_annotation ^2.4.4 2.4.4 3.1.0
gql ^1.0.1-alpha+1730759315362 1.0.1 1.0.1
graphql ^5.2.0 5.2.3 5.2.3
http ^1.2.2 1.6.0 1.6.0
jwk ^0.2.3 0.2.4 0.2.4
logging ^1.3.0 1.3.0 1.3.0
phoenix_socket ^0.8.0 0.8.0 0.8.0
pinenacl ^0.6.0 0.6.0 0.6.0
pointycastle ^4.0.0 4.0.0 4.0.0
quiver ^3.2.2 3.2.2 3.2.2
x25519 ^0.1.1 0.1.1 0.1.1
Transitive dependencies
Package Constraint Compatible Latest Notes
adaptive_number - 1.0.0 1.0.0
async - 2.13.0 2.13.0
boolean_selector - 2.1.2 2.1.2
clock - 1.1.2 1.1.2
convert - 3.1.2 3.1.2
cryptography - 2.9.0 2.9.0
ffi - 2.1.4 2.1.4
fixnum - 1.1.1 1.1.1
gql_dedupe_link - 2.0.4-alpha+1715521079596 4.0.0
gql_error_link - 1.0.1 1.0.1
gql_exec - 1.1.1-alpha+1699813812660 1.1.1-alpha+1699813812660
gql_http_link - 1.2.0 1.2.0
gql_link - 1.1.0 1.1.0
gql_transform_link - 1.0.1 1.0.1
hive_ce - 2.16.0 2.16.0
http_parser - 4.1.2 4.1.2
intl - 0.20.2 0.20.2
isolate_channel - 0.2.2+1 0.2.2+1
json_annotation - 4.9.0 4.9.0
matcher - 0.12.18 0.12.18
meta - 1.17.0 1.17.0
ninja_asn1 - 2.0.0 2.0.0
normalize - 0.9.1 0.10.0
path - 1.9.1 1.9.1
rational - 2.2.3 2.2.3
rxdart - 0.28.0 0.28.0
source_span - 1.10.1 1.10.1
stack_trace - 1.12.1 1.12.1
stream_channel - 2.1.4 2.1.4
string_scanner - 1.4.1 1.4.1
term_glyph - 1.2.2 1.2.2
test_api - 0.7.8 0.7.8
typed_data - 1.4.0 1.4.0
uuid - 4.5.2 4.5.2
web - 1.1.1 1.1.1
web_socket - 1.0.1 1.0.1
web_socket_channel - 3.0.3 3.0.3
yaml - 3.1.3 3.1.3

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

The constraint `^2.4.4` on freezed_annotation does not support the stable version `3.0.0`.

Try running dart pub upgrade --major-versions freezed_annotation 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.23.3, Dart 3.10.4.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
6
likes
100
points
46
downloads

Publisher

verified publisherarchethic.net

Weekly Downloads

Archethic dart library for Flutter for Node and Browser. This library aims to provide a easy way to create Archethic transaction and to send them over the network

Repository (GitHub)
View/report issues
Contributing

Documentation

API reference

License

MIT (license)

Dependencies

collection, crypto, decimal, ecdsa, elliptic, freezed_annotation, gql, graphql, http, jwk, logging, phoenix_socket, pinenacl, pointycastle, quiver, x25519

More

Packages that depend on archethic_lib_dart