dart_where39 1.0.0
dart_where39: ^1.0.0 copied to clipboard
Use BIP39 words to locate anywhere in the world - Dart version!
0
likes
90
/ 110
pub points
0
%
popularity
We analyzed this package on Jan 20, 2021, and awarded it 90 pub points (of a possible 110):
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: Package has an example
- Found example at:
example/lib/main.dart
0/10 points: 20% or more of the public API has dartdoc comments
- 0 out of 9 API elements (0.0 %) have documentation comments.
Providing good documentation for libraries, classes, functions, and other API elements improves code readability and helps developers find and use your API. Document at least 20% of the public API elements.
20/20 points: Supports 2 of 2 possible platforms (native, js)
20/30 points: code has no errors, warnings, lints, or formatting issues
INFO: Use isEmpty instead of length
lib/where39.dart:55:9
╷
55 │ if (words.length < 1 || words.length > 5) {
│ ^^^^^^^^^^^^^^^^
╵
To reproduce make sure you are using pedantic and run dartanalyzer lib/where39.dart
INFO: 'List' is deprecated and shouldn't be used.
lib/where39.dart:81:31
╷
81 │ List<String> finalWords = List<String>(5);
│ ^^^^^^^^^^^^
╵
To reproduce make sure you are using pedantic and run dartanalyzer lib/where39.dart
10/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
latlong | ^0.6.1 | 0.6.1 | 0.6.1 |
Transitive dependencies
Package | Constraint | Compatible | Latest |
---|---|---|---|
ansicolor | - | 1.1.1 | 1.1.1 |
console_log_handler | - | 1.1.6 | 1.1.6 |
intl | - | 0.16.1 | 0.16.1 |
logging | - | 0.11.4 | 0.11.4 |
path | - | 1.7.0 | 1.7.0 |
validate | - | 1.7.0 | 1.7.0 |
To reproduce run pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.