cockpit 1.1.3
cockpit: ^1.1.3 copied to clipboard
Host-side tooling for flutter_cockpit task execution and artifact handling.
We analyzed this package 2 days ago, and awarded it 80 pub points (of a possible 160):
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.
0/10 points: 20% or more of the public API has dartdoc comments
60 out of 2749 API elements (2.2 %) have documentation comments.
Providing good documentation for libraries, classes, functions, and other API elements improves code readability and helps developers find and use your API. Document at least 20% of the public API elements.
To highlight public API members missing documentation consider enabling the public_member_api_docs lint.
Some symbols that are missing documentation: cockpit, cockpit.ArgParser.getDefault, cockpit.CockpitAdbCaptureAdapterFactory, cockpit.CockpitAdbRecordingAdapter, cockpit.CockpitAdbRecordingAdapter.CockpitAdbRecordingAdapter.new.
10/10 points: Package has an example
0/20 points: Supports 0 of 6 possible platforms (iOS, Android, Web, Windows, macOS, Linux)
0/50 points: code has no errors, warnings, lints, or formatting issues
ERROR: The type 'CockpitCaptureKind' isn't exhaustively matched by the switch cases since it doesn't match the pattern 'CockpitCaptureKind.appNative'.
lib/src/application/cockpit_read_task_bundle_summary_service.dart:2477:14
╷
2477 │ return switch (captureKind) {
│ ^^^^^^
╵
To reproduce make sure you are using the lints_core and run dart analyze lib/src/application/cockpit_read_task_bundle_summary_service.dart
10/10 points: All of the package dependencies are supported in the latest version
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
args |
^2.7.0 |
2.7.0 | 2.7.0 | |
collection |
^1.19.1 |
1.19.1 | 1.19.1 | |
dart_mcp |
^0.5.1 |
0.5.2 | 0.5.2 | |
file |
^7.0.1 |
7.0.1 | 7.0.1 | |
flutter_cockpit_protocol |
^1.1.3 |
1.1.4 | 1.1.4 | |
http |
^1.3.0 |
1.6.0 | 1.6.0 | |
image |
^4.5.4 |
4.9.1 | 4.9.1 | |
path |
^1.9.0 |
1.9.1 | 1.9.1 | |
process |
^5.0.3 |
5.0.5 | 5.0.5 | |
stream_channel |
^2.1.4 |
2.1.4 | 2.1.4 | |
yaml |
^3.1.3 |
3.1.3 | 3.1.3 |
Transitive dependencies
| Package | Constraint | Compatible | Latest | Notes |
|---|---|---|---|---|
archive |
- | 4.0.9 | 4.0.9 | |
async |
- | 2.13.1 | 2.13.1 | |
ffi |
- | 2.2.0 | 2.2.0 | |
http_parser |
- | 4.1.2 | 4.1.2 | |
json_rpc_2 |
- | 4.1.0 | 4.1.0 | |
meta |
- | 1.19.0 | 1.19.0 | |
petitparser |
- | 7.0.2 | 7.0.2 | |
platform |
- | 3.1.6 | 3.1.6 | |
posix |
- | 6.5.0 | 6.5.0 | |
source_span |
- | 1.10.2 | 1.10.2 | |
stack_trace |
- | 1.12.1 | 1.12.1 | |
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 | |
web |
- | 1.1.1 | 1.1.1 | |
xml |
- | 7.0.1 | 7.0.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
20/20 points: Compatible with dependency constraint lower bounds
pub downgrade does not expose any static analysis error.
Analyzed with Pana 0.23.14, Dart 3.12.2.
Check the analysis log for details.