chess_logic 1.0.2
chess_logic: ^1.0.2 copied to clipboard
Package for handling chess moves that will be used in a future project.
We analyzed this package on Jan 22, 2021, and awarded it 70 pub points (of a possible 110):
0/10 points: Provide a valid pubspec.yaml
Homepage URL doesn't exist.
At the time of the analysis https://github.com/UMR1352/chess
was unreachable.
Repository URL doesn't exist.
At the time of the analysis https://github.com/umr1352/utilary
was unreachable.
Issue tracker URL doesn't exist.
At the time of the analysis https://github.com/umr1352/utilary
was unreachable.
5/5 points: Provide a valid README.md
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.
0/10 points: 20% or more of the public API has dartdoc comments
- 18 out of 134 API elements (13.4 %) 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
Found 8 issues. Showing the first 2:
INFO: 'List' is deprecated and shouldn't be used.
lib/src/chess_board.dart:97:19
╷
97 │ _pieces = List();
│ ^^^^
╵
To reproduce make sure you are using pedantic and run dartanalyzer lib/src/chess_board.dart
INFO: DO use curly braces for all flow control structures.
lib/src/chess_notation.dart:154:7
╷
154 │ charCount = 2;
│ ^^^^^^^^^^^^^^
╵
To reproduce make sure you are using pedantic and run dartanalyzer lib/src/chess_notation.dart
10/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
termilary | ^0.2.0 | 0.2.2 | 0.2.2 |
utilary | ^1.0.0 | 1.0.9 | 1.0.9 |
To reproduce run pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.