target_cli 0.0.2+1
target_cli: ^0.0.2+1 copied to clipboard
A CLI for the Target web application framework.
We analyzed this package 6 days ago, and awarded it 120 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 https://github.com/invertase/target 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
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
0 out of 0 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 3 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
-
✓ Linux
-
✓ macOS
-
✓ Windows
These platforms are not supported:
Android
Cannot assign Android automatically to a binary only package.
iOS
Cannot assign iOS automatically to a binary only package.
Web
Cannot assign Web automatically to a binary only package.
40/50 points: code has no errors, warnings, lints, or formatting issues
INFO: Uses 'await' on an instance of 'CommandRunner
lib/src/target_cli.dart:24:3
╷
24 │ await CommandRunner("target", "A Web Application Framework for Dart.")
│ ^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/target_cli.dart
0/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
ansi_styles |
^0.3.1 |
0.3.2+1 | 0.3.2+1 | |
args |
^2.3.0 |
2.7.0 | 2.7.0 | |
dotenv |
^3.0.0 |
3.0.0 | 4.2.0 | |
path |
^1.8.0 |
1.9.1 | 1.9.1 | |
target_framework |
^0.0.2+1 |
0.0.2+1 | 0.0.2+1 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
async |
- | 2.13.0 | 2.13.0 | |
collection |
- | 1.19.1 | 1.19.1 | |
convert |
- | 3.1.2 | 3.1.2 | |
crypto |
- | 3.0.7 | 3.0.7 | |
freezed_annotation |
- | 1.1.0 | 3.1.0 | |
hotreloader |
- | 3.0.6 | 4.3.0 | |
http |
- | 1.6.0 | 1.6.0 | |
http_methods |
- | 1.1.1 | 1.1.1 | |
http_parser |
- | 4.1.2 | 4.1.2 | |
json_annotation |
- | 4.9.0 | 4.9.0 | |
logging |
- | 1.3.0 | 1.3.0 | |
meta |
- | 1.17.0 | 1.17.0 | |
mime |
- | 1.0.6 | 2.0.0 | |
mustache_template |
- | 2.0.3 | 2.0.3 | |
shelf |
- | 1.4.2 | 1.4.2 | |
shelf_multipart |
- | 0.1.0 | 2.0.1 | |
shelf_proxy |
- | 1.0.4 | 1.0.4 | |
shelf_router |
- | 1.1.4 | 1.1.4 | |
shelf_static |
- | 1.1.3 | 1.1.3 | |
source_span |
- | 1.10.1 | 1.10.1 | |
stack_trace |
- | 1.12.1 | 1.12.1 | |
stream_channel |
- | 2.1.4 | 2.1.4 | |
stream_transform |
- | 2.1.1 | 2.1.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 | |
vm_service |
- | 11.10.0 | 15.0.2 | |
watcher |
- | 1.2.1 | 1.2.1 | |
web |
- | 0.5.1 | 1.1.1 | |
web_socket_channel |
- | 2.4.5 | 3.0.3 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
The constraint `^3.0.0` on dotenv does not support the stable version `4.0.0`.
Try running dart pub upgrade --major-versions dotenv 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.5, Dart 3.10.7.
Check the analysis log for details.