mvp_cli 0.0.3-dev.24
mvp_cli: ^0.0.3-dev.24 copied to clipboard
Create new flutter project.
We analyzed this package 23 hours ago, and awarded it 50 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.
Homepage URL doesn't exist.
At the time of the analysis http://altamimi.dev was unreachable. Make sure that the website is reachable via HEAD requests.
5/5 points: Provide a valid README.md
5/5 points: Provide a valid CHANGELOG.md
0/10 points: Use an OSI-approved license
No license was recognized.
Consider using an OSI-approved license in the LICENSE file to make it more accessible to the community.
10/10 points: 20% or more of the public API has dartdoc comments
1 out of 1 API elements (100.0 %) have documentation comments.
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
0/50 points: code has no errors, warnings, lints, or formatting issues
Found 8 issues. Showing the first 2:
ERROR: The expression doesn't evaluate to a function, so it can't be invoked.
lib/src/command_runner.dart:135:11
╷
135 │ done('Updated to $latestVersion');
│ ^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/command_runner.dart
ERROR: The expression doesn't evaluate to a function, so it can't be invoked.
lib/src/commands/create.dart:160:5
╷
160 │ generateDone('Generated $fileCount file(s)');
│ ^^^^^^^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/commands/create.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
args |
^2.1.0 |
2.7.0 | 2.7.0 | |
io |
^1.0.0 |
1.0.5 | 1.0.5 | |
mason |
^0.1.0-dev.11 |
0.1.0-dev.33 | 0.1.2 | |
mason_cli |
^0.1.0-dev.15 |
0.1.0-dev.36 | 0.1.3 | |
mason_logger |
^0.1.0-dev.3 |
0.1.4 | 0.3.3 | |
meta |
^1.3.0 |
1.17.0 | 1.17.0 | |
path |
^1.8.0 |
1.9.1 | 1.9.1 | |
pub_updater |
^0.2.1 |
0.2.4 | 0.5.0 | |
universal_io |
^2.0.4 |
2.3.1 | 2.3.1 | |
usage |
^4.0.2 |
4.1.1 | 4.1.1 | Discontinued |
very_good_analysis |
^2.4.0 |
2.4.0 | 10.0.0 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
archive |
- | 3.6.1 | 4.0.7 | |
async |
- | 2.13.0 | 2.13.0 | |
checked_yaml |
- | 2.0.4 | 2.0.4 | |
cli_util |
- | 0.4.2 | 0.4.2 | |
collection |
- | 1.19.1 | 1.19.1 | |
crypto |
- | 3.0.7 | 3.0.7 | |
file |
- | 6.1.4 | 7.0.1 | |
http |
- | 0.13.6 | 1.6.0 | |
http_parser |
- | 4.1.2 | 4.1.2 | |
json_annotation |
- | 4.9.0 | 4.9.0 | |
mason_api |
- | 0.1.0-dev.11 | 0.1.1 | |
mustache_template |
- | 2.0.3 | 2.0.3 | |
platform |
- | 3.1.6 | 3.1.6 | |
pool |
- | 1.5.2 | 1.5.2 | |
process |
- | 4.2.4 | 5.0.5 | |
pub_semver |
- | 2.2.0 | 2.2.0 | |
recase |
- | 4.1.0 | 4.1.0 | |
source_span |
- | 1.10.1 | 1.10.1 | |
stack_trace |
- | 1.12.1 | 1.12.1 | |
string_scanner |
- | 1.4.1 | 1.4.1 | |
term_glyph |
- | 1.2.2 | 1.2.2 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
yaml |
- | 3.1.3 | 3.1.3 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
Found 4 issues. Showing the first 2:
The constraint `^0.1.0-dev.3` on mason_logger does not support the stable version `0.2.0`.
Try running dart pub upgrade --major-versions mason_logger to update the constraint.
The constraint `^0.2.1` on pub_updater does not support the stable version `0.3.0`.
Try running dart pub upgrade --major-versions pub_updater to update the constraint.
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 7 errors:
INVOCATION_OF_NON_FUNCTION_EXPRESSION-lib/src/command_runner.dart:135:11- The expression doesn't evaluate to a function, so it can't be invoked.INVOCATION_OF_NON_FUNCTION_EXPRESSION-lib/src/commands/create.dart:160:5- The expression doesn't evaluate to a function, so it can't be invoked.ARGUMENT_TYPE_NOT_ASSIGNABLE-lib/src/commands/packages.dart:68:21- The argument type 'Progress Function(String)' can't be assigned to the parameter type 'void Function([String?]) Function(String)?'.
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.5, Dart 3.10.7.
Check the analysis log for details.