algorand_dart 1.0.3 copy "algorand_dart: ^1.0.3" to clipboard
algorand_dart: ^1.0.3 copied to clipboard

Unofficial community SDK to interact with the Algorand network, for Dart & Flutter

35
likes
130/ 160
pub points
166
downloads

We analyzed this package 2 days 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://www.algorand.com was unreachable. Make sure that the website is reachable via HEAD requests.

Issue tracker URL doesn't exist.

At the time of the analysis https://github.com/RootSoft/algorand-dart/issues 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

562 out of 1143 API elements (49.2 %) have documentation comments.

Some symbols that are missing documentation: algorand_dart, algorand_dart.Account, algorand_dart.Account.address, algorand_dart.Account.keyPair, algorand_dart.Account.publicKey.

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:algorand_dart/algorand_dart.dart that imports:
  • package:algorand_dart/src/utils/utils.dart that imports:
  • package:algorand_dart/src/utils/fee_calculator.dart that imports:
  • package:algorand_dart/src/models/models.dart that imports:
  • package:algorand_dart/src/models/transactions/types/transaction_types.dart that imports:
  • package:algorand_dart/src/models/transactions/types/raw_transaction_model.dart that imports:
  • dart:io

Failed check 0/0 points: WASM compatibility

Package not compatible with runtime wasm

Because:

  • package:algorand_dart/algorand_dart.dart that imports:
  • package:algorand_dart/src/utils/utils.dart that imports:
  • package:algorand_dart/src/utils/fee_calculator.dart that imports:
  • package:algorand_dart/src/models/models.dart that imports:
  • package:algorand_dart/src/models/transactions/types/transaction_types.dart that imports:
  • package:algorand_dart/src/models/transactions/types/raw_transaction_model.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 75 issues. Showing the first 2:

WARNING: A value for optional parameter 'wordCount' isn't ever given.

lib/src/mnemonic/mnemonic.dart:48:26

48Mnemonic._create({this.wordCount = ALGORAND_WORD_COUNT}) {
   │                          ^^^^^^^^^
   ╵
copied to clipboard

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

WARNING: Unused import: 'package:algorand_dart/src/utils/serializers/bigint_serializer.dart'.

lib/src/models/assets/asset_parameters_model.dart:1:8

1import 'package:algorand_dart/src/utils/serializers/bigint_serializer.dart';
  │        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  ╵
copied to clipboard

To reproduce make sure you are using the lints_core and run dart analyze lib/src/models/assets/asset_parameters_model.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
algorand_kmd ^1.0.0 1.0.0 1.0.0
base32 ^2.1.1 2.1.3 2.1.3
buffer ^1.1.1 1.2.3 1.2.3
built_collection >=5.0.0 <6.0.0 5.1.1 5.1.1
built_value >=8.0.4 <9.0.0 8.9.5 8.9.5
collection ^1.15.0 1.19.1 1.19.1
convert ^3.0.1 3.1.2 3.1.2
crypto ^3.0.1 3.0.6 3.0.6
cryptography ^2.0.2 2.7.0 2.7.0
dio ^4.0.1 4.0.6 5.8.0+1
equatable ^2.0.3 2.0.7 2.0.7
json_annotation ^4.3.0 4.9.0 4.9.0
msgpack_dart ^1.0.0 1.0.1 1.0.1
Transitive dependencies
Package Constraint Compatible Latest Notes
ffi - 2.1.4 2.1.4
fixnum - 1.1.1 1.1.1
http_parser - 4.1.2 4.1.2
js - 0.6.7 0.7.2 Discontinued
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

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

The constraint `^4.0.1` on dio does not support the stable version `5.0.0`.

Try running dart pub upgrade --major-versions dio 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.20, Dart 3.7.2.

Check the analysis log for details.

Weekly downloads

Display as:
By versions:
Jun 26Jul 24Aug 21Sep 18Oct 16Nov 13Dec 11Jan 8Feb 5Mar 50102030405060>=0.0.0-0 <1.0.0>=1.0.0-0 <2.0.0>=2.0.0-0 <3.0.0
35
likes
130
points
166
downloads

Publisher

verified publisherkotapp.io

Weekly Downloads

2024.09.11 - 2025.03.26

Unofficial community SDK to interact with the Algorand network, for Dart & Flutter

Homepage
Repository (GitHub)
View/report issues
Contributing

Documentation

API reference

License

MIT (license)

Dependencies

algorand_kmd, base32, buffer, built_collection, built_value, collection, convert, crypto, cryptography, dio, equatable, json_annotation, msgpack_dart

More

Packages that depend on algorand_dart