dart_dev 4.2.7
dart_dev: ^4.2.7 copied to clipboard
Centralized tooling for Dart projects. Consistent interface across projects. Easily configurable.
We analyzed this package 46 hours ago, and awarded it 125 pub points (of a possible 160):
10/10 points: Provide a valid pubspec.yaml
5/5 points: Provide a valid README.md
0/5 points: Provide a valid CHANGELOG.md
`CHANGELOG.md` does not contain reference to the current version ("4.2.7").
Changelog entries help developers follow the progress of your package. Check out the Dart conventions for Maintaining a package changelog.
10/10 points: Use an OSI-approved license
Detected license: Apache-2.0.
10/10 points: 20% or more of the public API has dartdoc comments
83 out of 137 API elements (60.6 %) have documentation comments.
Some symbols that are missing documentation: dart_dev, dart_dev.AnalyzeTool.AnalyzeTool.new, dart_dev.ArgMapper, dart_dev.BackgroundProcessTool, dart_dev.BackgroundProcessTool.BackgroundProcessTool.new.
0/10 points: Package has an example
No example found.
See package layout guidelines on how to add an example.
20/20 points: Supports 5 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Android
-
✓ iOS
-
✓ Windows
-
✓ Linux
-
✓ macOS
These platforms are not supported:
Package not compatible with platform Web
Because:
package:dart_dev/dart_dev.dartthat imports:package:dart_dev/src/tools/webdev_serve_tool.dartthat imports:package:dart_dev/src/utils/run_process_and_ensure_exit.dartthat imports:package:dart_dev/src/utils/process_declaration.dartthat imports:dart:io
50/50 points: code has no errors, warnings, lints, or formatting issues
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
analyzer |
>=5.0.0 <15.0.0 |
14.4.0 | 14.4.0 | |
args |
^2.0.0 |
2.7.0 | 2.7.0 | |
async |
^2.5.0 |
2.13.1 | 2.13.1 | |
collection |
^1.15.0 |
1.19.1 | 1.19.1 | |
crypto |
^3.0.1 |
3.0.7 | 3.0.7 | |
glob |
^2.0.0 |
2.2.0 | 2.2.0 | |
io |
^1.0.0 |
1.1.0 | 1.1.0 | |
logging |
^1.0.0 |
1.3.0 | 1.3.0 | |
path |
^1.8.0 |
1.9.1 | 1.9.1 | |
pub_semver |
^2.0.0 |
2.2.1 | 2.2.1 | |
pubspec_parse |
^1.0.0 |
1.6.0 | 1.6.0 | |
stack_trace |
^1.10.0 |
1.12.2 | 1.12.2 | |
yaml |
^3.0.0 |
3.1.4 | 3.1.4 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
_fe_analyzer_shared |
- | 108.0.0 | 108.0.0 | |
checked_yaml |
- | 2.0.4 | 2.0.4 | |
convert |
- | 3.1.2 | 3.1.2 | |
file |
- | 7.0.1 | 7.0.1 | |
json_annotation |
- | 4.12.0 | 4.12.0 | |
meta |
- | 1.19.0 | 1.19.0 | |
package_config |
- | 3.0.0 | 3.0.0 | |
source_span |
- | 1.10.2 | 1.10.2 | |
string_scanner |
- | 1.4.1 | 1.4.1 | |
term_glyph |
- | 1.2.2 | 1.2.2 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
watcher |
- | 1.2.1 | 1.2.1 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
10/10 points: Package supports latest stable Dart and Flutter SDKs
0/20 points: Compatible with dependency constraint lower bounds
downgrade analysis failed failed with 5 errors:
UNDEFINED_METHOD-lib/src/tools/compound_tool.dart:224:23- The method 'findByNameOrAlias' isn't defined for the type 'ArgParser'.UNDEFINED_NAMED_PARAMETER-lib/src/tools/compound_tool.dart:295:5- The named parameter 'aliases' isn't defined.UNDEFINED_NAMED_PARAMETER-lib/src/tools/compound_tool.dart:322:5- The named parameter 'aliases' isn't defined.
Run dart pub downgrade and then dart analyze to reproduce the above problem.
You may run dart pub upgrade --tighten to update your dependency constraints, see dart.dev/go/downgrade-testing for details.
Analyzed with Pana 0.23.19, Dart 3.13.4.
Check the analysis log for details.