archethic_lib_dart 4.0.0 copy "archethic_lib_dart: ^4.0.0" to clipboard
archethic_lib_dart: ^4.0.0 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

80/ 160
pub points
46
downloads

We analyzed this package 2 days ago, and awarded it 80 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: AGPL-3.0.

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

347 out of 782 API elements (44.4 %) have documentation comments.

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

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 6 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)

  • ✓ Android

  • ✓ iOS

  • ✓ Windows

  • ✓ Linux

  • ✓ macOS

  • ✓ Web

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 61 issues. Showing the first 2:

ERROR: 'GraphQLClientLogger.copyWith' ('GraphQLClient Function({bool? alwaysRebroadcast, GraphQLCache? cache, DefaultPolicies? defaultPolicies, Link? link, String? logName})') 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

INFO: Missing type annotation.

lib/crypto_keys/src/algorithms.dart:95:17

   ╷
95 │       {required keySize,
   │                 ^^^^^^^
   ╵

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

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
collection ^1.18.0 1.19.1 1.19.1
crypto ^3.0.3 3.0.7 3.0.7
decimal ^3.0.2 3.2.4 3.2.4
ecdsa ^0.1.0 0.1.2 0.1.2
elliptic ^0.3.10 0.3.12 0.3.12
freezed_annotation ^2.4.1 2.4.4 3.1.0
gql ^1.0.0+1 1.0.1 1.0.1
graphql ^5.1.3 5.2.3 5.2.3
http ^1.2.1 1.6.0 1.6.0
jwk ^0.2.3 0.2.4 0.2.4
logging ^1.2.0 1.3.0 1.3.0
phoenix_socket ^0.7.4 0.7.7 0.8.0
pinenacl ^0.6.0 0.6.0 0.6.0
pointycastle ^3.9.1 3.9.1 4.0.0
quiver ^3.2.1 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
js - 0.7.2 0.7.2 Discontinued
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.

Found 3 issues. Showing the first 2:

The constraint `^2.4.1` 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.

The constraint `^0.7.4` on phoenix_socket does not support the stable version `0.8.0`.

Try running dart pub upgrade --major-versions phoenix_socket 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 376 errors:

  • UNDEFINED_NAMED_PARAMETER - lib/src/model/address.freezed.dart:23:12 - The named parameter 'includeFromJson' isn't defined.
  • UNDEFINED_NAMED_PARAMETER - lib/src/model/address.freezed.dart:23:36 - The named parameter 'includeToJson' isn't defined.
  • UNDEFINED_NAMED_PARAMETER - lib/src/model/address.freezed.dart:121:12 - The named parameter 'includeFromJson' isn't defined.

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.3, Dart 3.10.4.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
6
likes
80
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

AGPL-3.0 (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