dart_code_metrics 5.7.4
dart_code_metrics: ^5.7.4 copied to clipboard
Software analytics tool that helps developers analyse and improve software quality.
We analyzed this package 34 hours ago, and awarded it 130 pub points (of a possible 140):
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: Package has an example
10/10 points: 20% or more of the public API has dartdoc comments
- 187 out of 390 API elements (47.9 %) have documentation comments.
20/20 points: Supports 3 of 6 possible platforms (iOS, Android, Web, Windows, MacOS, Linux)
- ✓ Windows
- ✓ Linux
- ✓ MacOS
These platforms are not supported:
Package does not support platform `Android`.
Because:
package:dart_code_metrics/analyzer_plugin.dart
that declares support for platforms:Windows
,Linux
,macOS
.
Package does not support platform `iOS`.
Because:
package:dart_code_metrics/analyzer_plugin.dart
that declares support for platforms:Windows
,Linux
,macOS
.
Package does not support platform `Web`.
Because:
package:dart_code_metrics/analyzer_plugin.dart
that declares support for platforms:Windows
,Linux
,macOS
.
20/30 points: code has no errors, warnings, lints, or formatting issues
Found 3 issues. Showing the first 2:
lib/src/analyzers/unused_code_analyzer/reporters/reporter_factory.dart doesn't match the Dart formatter.
To format your files run: dart format .
lib/src/analyzers/unused_files_analyzer/reporters/reporter_factory.dart doesn't match the Dart formatter.
To format your files run: dart format .
10/10 points: All of the package dependencies are supported in the latest version
Package | Constraint | Compatible | Latest |
---|---|---|---|
analyzer |
>=5.1.0 <5.13.0 |
5.12.0 | 5.13.0 |
analyzer_plugin |
>=0.11.0 <0.12.0 |
0.11.2 | 0.11.2 |
ansicolor |
^2.0.1 |
2.0.1 | 2.0.1 |
args |
^2.0.0 |
2.4.1 | 2.4.1 |
collection |
^1.16.0 |
1.17.2 | 1.17.2 |
crypto |
^3.0.0 |
3.0.3 | 3.0.3 |
dart_code_metrics_presets |
^1.0.1 |
1.8.0 | 1.8.0 |
file |
^6.0.0 |
6.1.4 | 7.0.0 |
glob |
^2.0.1 |
2.1.2 | 2.1.2 |
html |
>=0.15.0 <1.0.0 |
0.15.3 | 0.15.3 |
http |
^0.13.5 |
0.13.6 | 1.0.0 |
meta |
^1.7.0 |
1.9.1 | 1.9.1 |
path |
^1.8.0 |
1.8.3 | 1.8.3 |
platform |
^3.1.0 |
3.1.0 | 3.1.0 |
pub_updater |
^0.3.0 |
0.3.0 | 0.3.0 |
source_span |
^1.8.0 |
1.10.0 | 1.10.0 |
uuid |
^3.0.7 |
3.0.7 | 3.0.7 |
xml |
>=5.3.0 <7.0.0 |
6.3.0 | 6.3.0 |
yaml |
^3.1.0 |
3.1.2 | 3.1.2 |
Transitive dependencies
Package | Constraint | Compatible | Latest |
---|---|---|---|
_fe_analyzer_shared |
- | 60.0.0 | 61.0.0 |
async |
- | 2.11.0 | 2.11.0 |
convert |
- | 3.1.1 | 3.1.1 |
csslib |
- | 0.17.3 | 0.17.3 |
dart_style |
- | 2.3.1 | 2.3.1 |
http_parser |
- | 4.0.2 | 4.0.2 |
json_annotation |
- | 4.8.1 | 4.8.1 |
package_config |
- | 2.1.0 | 2.1.0 |
petitparser |
- | 5.4.0 | 5.4.0 |
process |
- | 4.2.4 | 4.2.4 |
pub_semver |
- | 2.1.4 | 2.1.4 |
string_scanner |
- | 1.2.0 | 1.2.0 |
term_glyph |
- | 1.2.1 | 1.2.1 |
typed_data |
- | 1.3.2 | 1.3.2 |
watcher |
- | 1.1.0 | 1.1.0 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides
.
Found 3 issues. Showing the first 2:
The constraint `>=5.1.0 <5.13.0` on analyzer does not support the stable version `5.13.0`, that was published 11 days ago.
When analyzer is 30 days old, this package will no longer be awarded points in this category.
Try running dart pub upgrade --major-versions analyzer
to update the constraint.
The constraint `^6.0.0` on file does not support the stable version `7.0.0`, that was published 11 days ago.
When file is 30 days old, this package will no longer be awarded points in this category.
Try running dart pub upgrade --major-versions file
to update the constraint.
10/10 points: Package supports latest stable Dart and Flutter SDKs
20/20 points: Package is Dart 3 compatible!
Analysed with Pana 0.21.32
, Dart 3.0.2
.