abidock_mvx 1.0.0-beta.2
abidock_mvx: ^1.0.0-beta.2 copied to clipboard
Full-Featured MultiversX blockchain SDK for Dart/Flutter.
We analyzed this package 21 hours ago, and awarded it 150 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
3400 out of 3919 API elements (86.8 %) have documentation comments.
Some symbols that are missing documentation: abidock_mvx.AbiType.toMap, abidock_mvx.AbiTypeFactory.hasTypeName, abidock_mvx.AbiTypeFactory.registerTypeName, abidock_mvx.AbiTypeFactory.resolveType, abidock_mvx.AccountTransactionsConfig.AccountTransactionsConfig.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:abidock_mvx/abidock_mvx.dartthat imports:package:abidock_mvx/src/wallet/wallet.dartthat imports:package:abidock_mvx/src/wallet/user_wallet.dartthat imports:package:abidock_mvx/src/utils/helpers.dartthat imports:package:abidock_mvx/src/infrastructure/network/network_provider.dartthat imports:package:abidock_mvx/src/core/transaction/transaction_on_network.dartthat imports:package:abidock_mvx/src/core/core.dartthat imports:package:abidock_mvx/src/core/transaction/transaction_event_parser.dartthat imports:package:abidock_mvx/src/abi/abi.dartthat imports:package:abidock_mvx/src/abi/smart_contract/smart_contract.dartthat imports:package:abidock_mvx/src/abi/smart_contract/event_streaming/websocket_event_stream.dartthat imports:package:web_socket_channel/io.dartthat imports:package:web_socket/io_web_socket.dartthat imports:package:web_socket/src/io_web_socket.dartthat imports:dart:io
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 127 issues. Showing the first 2:
INFO: Dangling library doc comment.
lib/abidock_mvx.dart:1:1
╷
1 │ /// MultiversX SDK for Dart and Flutter applications.
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/abidock_mvx.dart
INFO: Dangling library doc comment.
lib/src/abi/abi.dart:1:1
╷
1 │ /// ABI (Application Binary Interface) system for smart contract interaction.
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/abi/abi.dart
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
bip39_plus |
^1.1.1 |
1.1.1 | 1.1.1 | |
convert |
^3.1.2 |
3.1.2 | 3.1.2 | |
cryptography |
^2.9.0 |
2.9.0 | 2.9.0 | |
dio |
^5.9.0 |
5.9.0 | 5.9.0 | |
ed25519_hd_key |
^2.3.0 |
2.3.0 | 2.3.0 | |
meta |
^1.17.0 |
1.17.0 | 1.17.0 | |
path |
^1.9.1 |
1.9.1 | 1.9.1 | |
pinenacl |
^0.6.0 |
0.6.0 | 0.6.0 | |
pointycastle |
^4.0.0 |
4.0.0 | 4.0.0 | |
web_socket_channel |
^3.0.3 |
3.0.3 | 3.0.3 | |
yaml |
^3.1.3 |
3.1.3 | 3.1.3 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
async |
- | 2.13.0 | 2.13.0 | |
collection |
- | 1.19.1 | 1.19.1 | |
crypto |
- | 3.0.7 | 3.0.7 | |
dio_web_adapter |
- | 2.1.1 | 2.1.1 | |
ffi |
- | 2.1.4 | 2.1.4 | |
hex |
- | 0.2.0 | 0.2.0 | |
http_parser |
- | 4.1.2 | 4.1.2 | |
mime |
- | 2.0.0 | 2.0.0 | |
source_span |
- | 1.10.1 | 1.10.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 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
web |
- | 1.1.1 | 1.1.1 | |
web_socket |
- | 1.0.1 | 1.0.1 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
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.5, Dart 3.10.7.
Check the analysis log for details.