bpriver_versioning 0.7.0
bpriver_versioning: ^0.7.0 copied to clipboard
this package is bpriver_versioning library.
We analyzed this package 12 hours ago, and awarded it 125 pub points (of a possible 160):
0/10 points: Provide a valid pubspec.yaml
The package description is too short.
Add more detail to the description field of pubspec.yaml. Use 50 to 180 characters to describe the package, what it does, and its target use case.
0/5 points: Provide a valid README.md
`README.md` contains too many non-ASCII characters.
The site uses English as its primary language. The content of README.md in your package should primarily contain characters used in English.
5/5 points: Provide a valid CHANGELOG.md
10/10 points: Use an OSI-approved license
Detected license: BSD-2-Clause.
10/10 points: 20% or more of the public API has dartdoc comments
76 out of 172 API elements (44.2 %) have documentation comments.
Some symbols that are missing documentation: bpriver_versioning, bpriver_versioning.BpriverVersioning, bpriver_versioning.BpriverVersioning.major, bpriver_versioning.BpriverVersioning.majorVersion, bpriver_versioning.BpriverVersioning.minor.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
20/20 points: Supports 6 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Windows
-
✓ Linux
-
✓ macOS
-
✓ Web
WASM-ready: This package is compatible with runtime wasm. See https://dart.dev/web/wasm for details.
40/50 points: code has no errors, warnings, lints, or formatting issues
Found 11 issues. Showing the first 2:
INFO: Statements in an if should be enclosed in a block.
lib/src/bpriver_versioning/bpriver_versioning.dart:93:64
╷
93 │ if (lookResult is! Success<String, ScannerExceptionA>) return Failure(BpriverVersioningExceptionB(), log.monitor({
│ ┌────────────────────────────────────────────────────────────────^
94 │ │ 'exception': lookResult.wrapped,
95 │ │ 'source': scanner.source.join(),
96 │ └ }));
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/bpriver_versioning/bpriver_versioning.dart
INFO: Statements in an if should be enclosed in a block.
lib/src/bpriver_versioning/bpriver_versioning.dart:122:32
╷
122 │ if(result == null) return Failure(BpriverVersioningExceptionB(), log.monitor({
│ ┌────────────────────────────────^
123 │ │ 'int parse source': source,
124 │ │ 'source': scanner.source.join(),
125 │ └ }));
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/bpriver_versioning/bpriver_versioning.dart
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
bpriver_json |
^0.1.3 |
0.1.3 | 0.1.3 | |
bpriver_origin |
^5.0.0 |
5.0.0 | 5.0.0 | |
bpriver_syntax_scanner |
^0.13.2 |
0.13.2 | 0.14.0 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
The constraint `^0.13.2` on bpriver_syntax_scanner does not support the stable version `0.14.0`, that was published 17 days ago.
When bpriver_syntax_scanner is 30 days old, this package will no longer be awarded points in this category.
Try running dart pub upgrade --major-versions bpriver_syntax_scanner to update the constraint.
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.12, Dart 3.11.4.
Check the analysis log for details.