algorand_dart 2.0.0-dev.14
algorand_dart: ^2.0.0-dev.14 copied to clipboard
Unofficial community SDK to interact with the Algorand network, for Dart & Flutter
We analyzed this package 3 days ago, and awarded it 130 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
5/5 points: Provide a valid README.md
5/5 points: Provide a valid CHANGELOG.md
10/10 points: Use an OSI-approved license
Detected license: MIT.
10/10 points: 20% or more of the public API has dartdoc comments
730 out of 1611 API elements (45.3 %) have documentation comments.
Some symbols that are missing documentation: algorand_dart, algorand_dart.AbiContract, algorand_dart.AbiContract.AbiContract.fromFile, algorand_dart.AbiContract.AbiContract.fromJson, algorand_dart.AbiContract.AbiContract.new.
10/10 points: Package has an example
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.dartthat imports:package:algorand_dart/src/utils/utils.dartthat imports:package:algorand_dart/src/utils/serializers/serializers.dartthat imports:package:algorand_dart/src/utils/serializers/vrf_key_serializer.dartthat imports:package:algorand_dart/src/models/models.dartthat imports:package:algorand_dart/src/models/transactions/types/transaction_types.dartthat imports:package:algorand_dart/src/models/transactions/types/raw_transaction_model.dartthat imports:dart:io
30/50 points: code has no errors, warnings, lints, or formatting issues
Found 23 issues. Showing the first 2:
WARNING: The value of the field '_dio' isn't used.
lib/src/api/asset/asset_algod_service.g.dart:17:13
╷
17 │ final Dio _dio;
│ ^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/api/asset/asset_algod_service.g.dart
WARNING: The declaration '_setStreamType' isn't referenced.
lib/src/api/asset/asset_algod_service.g.dart:21:18
╷
21 │ RequestOptions _setStreamType<T>(RequestOptions requestOptions) {
│ ^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/api/asset/asset_algod_service.g.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
algorand_json |
^0.0.1 |
0.0.2 | 0.0.2 | |
algorand_msgpack |
^1.0.1 |
1.0.1 | 1.0.1 | |
base32 |
^2.1.3 |
2.2.0 | 2.2.0 | |
buffer |
^1.2.0 |
1.2.3 | 1.2.3 | |
collection |
^1.17.0 |
1.19.1 | 1.19.1 | |
convert |
^3.1.1 |
3.1.2 | 3.1.2 | |
crypto |
^3.0.2 |
3.0.7 | 3.0.7 | |
cryptography |
^2.5.0 |
2.9.0 | 2.9.0 | |
dio |
^4.0.6 |
4.0.6 | 5.9.0 | |
equatable |
^2.0.5 |
2.0.7 | 2.0.7 | |
json_annotation |
^4.8.0 |
4.9.0 | 4.9.0 | |
retrofit |
^3.3.1 |
3.3.1 | 4.9.1 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
ffi |
- | 2.1.4 | 2.1.4 | |
http_parser |
- | 4.1.2 | 4.1.2 | |
jsontool |
- | 1.2.0 | 2.1.0 | |
meta |
- | 1.17.0 | 1.17.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.6` on dio does not support the stable version `5.0.0`.
Try running dart pub upgrade --major-versions dio to update the constraint.
The constraint `^3.3.1` on retrofit does not support the stable version `4.0.0`.
Try running dart pub upgrade --major-versions retrofit to update the constraint.
10/10 points: Package supports latest stable Dart and Flutter SDKs
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.