web3dart 1.2.3
web3dart: ^1.2.3 copied to clipboard
Dart library to connect to Ethereum clients. Send transactions and interact with smart contracts!
38
likes
65
/ 110
pub points
88
%
popularity
We analyzed this package on Jan 23, 2021, and awarded it 65 pub points (of a possible 110):
10/10 points: Provide a valid pubspec.yaml
0/5 points: Provide a valid README.md
Links in `README.md` should be secure. 2 links are insecure.
README.md:67:1
╷
67 │ <a href="http://truffleframework.com/">truffle</a> and <a href="http://truffleframework.com/ganache/">ganache</a>. All these options will give you
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
Use https
URLs instead.
5/5 points: Provide a valid CHANGELOG.md
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
10/10 points: 20% or more of the public API has dartdoc comments
- 256 out of 366 API elements (69.9 %) have documentation comments.
10/20 points: Supports 1 of 2 possible platforms (native, js)
Consider supporting multiple platforms:
Package not compatible with runtime js
Because:
package:web3dart/web3dart.dart
that imports:package:isolate/isolate.dart
that imports:package:isolate/registry.dart
that imports:package:isolate/ports.dart
that imports:dart:isolate
20/30 points: code has no errors, warnings, lints, or formatting issues
Found 10 issues. Showing the first 2:
INFO: DO use curly braces for all flow control structures.
lib/src/contracts/abi/abi.dart:143:9
╷
143 │ arrayLengths.insert(0, null);
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using pedantic and run dartanalyzer lib/src/contracts/abi/abi.dart
INFO: DO use curly braces for all flow control structures.
lib/src/contracts/abi/abi.dart:145:9
╷
145 │ arrayLengths.insert(0, int.parse(insideSquareBrackets));
│ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using pedantic and run dartanalyzer lib/src/contracts/abi/abi.dart
0/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
convert | ^2.1.1 | 2.1.1 | 2.1.1 |
http | ^0.12.0 | 0.12.2 | 0.12.2 |
isolate | ^2.0.0 | 2.0.3 | 2.0.3 |
json_rpc_2 | ^2.1.0 | 2.2.2 | 2.2.2 |
meta | ^1.1.0 | 1.2.4 | 1.2.4 |
pointycastle | ^1.0.1 | 1.0.2 | 2.0.1 |
stream_channel | ^2.0.0 | 2.0.0 | 2.0.0 |
typed_data | ^1.1.6 | 1.2.0 | 1.2.0 |
uuid | ^2.0.0 | 2.2.2 | 2.2.2 |
Transitive dependencies
Package | Constraint | Compatible | Latest |
---|---|---|---|
async | - | 2.4.2 | 2.4.2 |
charcode | - | 1.1.3 | 1.1.3 |
collection | - | 1.14.13 | 1.14.13 |
crypto | - | 2.1.5 | 2.1.5 |
http_parser | - | 3.1.4 | 3.1.4 |
pedantic | - | 1.9.2 | 1.9.2 |
source_span | - | 1.7.0 | 1.7.0 |
stack_trace | - | 1.9.6 | 1.9.6 |
string_scanner | - | 1.0.5 | 1.0.5 |
term_glyph | - | 1.1.0 | 1.1.0 |
To reproduce run pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
The constraint `^1.0.1` on pointycastle does not support the latest published version `2.0.1`
pubspec.yaml:11:17
╷
11 │ pointycastle: ^1.0.1
│ ^^^^^^
╵