cockpit 2.2.1
cockpit: ^2.2.1 copied to clipboard
Production E2E automation CLI, daemon, MCP, drivers, and reports for Flutter and black-box apps.
We analyzed this package in the last hour, and awarded it 140 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
61 out of 2465 API elements (2.5 %) 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.CockpitActiveOperationAborter, cockpit.CockpitActiveOperationAborter.abortActiveOperation, cockpit.CockpitAdbCaptureAdapterFactory.
10/10 points: Package has 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:cockpit/cockpit.dartthat imports:package:cockpit/src/supervisor/cockpit_supervisor_runtime.dartthat imports:package:cockpit/src/supervisor/cockpit_worker_resource_authority.dartthat imports:package:cockpit/src/supervisor/cockpit_supervisor_worker_port_bridge.dartthat imports:package:cockpit/src/supervisor/cockpit_supervisor_port_ownership_inspector.dartthat imports:package:cockpit/src/platform/windows/cockpit_windows_process_snapshot.dartthat imports:package:ffi/ffi.dartthat imports:package:ffi/src/utf8.dartthat imports:dart:ffi
50/50 points: code has no errors, warnings, lints, or formatting issues
0/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 | |
cockpit_protocol |
^2.2.1 |
2.2.1 | 4.0.5 | |
collection |
^1.19.1 |
1.19.1 | 1.19.1 | |
crypto |
^3.0.6 |
3.0.7 | 3.0.7 | |
dart_mcp |
^0.5.2 |
0.5.2 | 0.5.2 | |
ffi |
^2.1.4 |
2.2.0 | 2.2.0 | |
file |
^7.0.1 |
7.0.1 | 7.0.1 | |
http |
^1.3.0 |
1.6.0 | 1.6.0 | |
image |
^4.5.4 |
4.8.0 | 4.9.1 | |
json_schema |
^5.2.2 |
5.2.2 | 5.2.2 | |
path |
^1.9.0 |
1.9.1 | 1.9.1 | |
process |
^5.0.3 |
5.0.5 | 5.0.5 | |
source_span |
^1.10.0 |
1.10.2 | 1.10.2 | |
stream_channel |
^2.1.4 |
2.1.4 | 2.1.4 | |
xml |
^6.5.0 |
6.6.1 | 7.0.1 | |
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 | |
boolean_selector |
- | 2.1.2 | 2.1.2 | |
http_parser |
- | 4.1.2 | 4.1.2 | |
json_rpc_2 |
- | 4.1.0 | 4.1.0 | |
logging |
- | 1.3.0 | 1.3.0 | |
matcher |
- | 0.12.20 | 0.12.20 | |
meta |
- | 1.19.0 | 1.19.0 | |
petitparser |
- | 7.0.2 | 7.0.2 | |
platform |
- | 3.1.6 | 3.1.6 | |
posix |
- | 6.5.2 | 6.5.2 | |
quiver |
- | 3.2.2 | 3.2.2 | |
rfc_6901 |
- | 0.2.1 | 0.2.1 | |
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 | |
test_api |
- | 0.7.13 | 0.7.13 | |
typed_data |
- | 1.4.0 | 1.4.0 | |
uri |
- | 1.0.0 | 1.0.0 | |
web |
- | 1.1.1 | 1.1.1 |
To reproduce run dart pub outdated --no-dev-dependencies --up-to-date --no-dependency-overrides.
The constraint `^2.2.1` on cockpit_protocol does not support the stable version `3.0.0`, that was published 5 days ago.
When cockpit_protocol is 30 days old, this package will no longer be awarded points in this category.
Try running dart pub upgrade --major-versions cockpit_protocol to update the constraint.
The constraint `^6.5.0` on xml does not support the stable version `7.0.0`.
Try running dart pub upgrade --major-versions xml 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.18, Dart 3.12.2.
Check the analysis log for details.