cockpit_protocol 4.0.12 copy "cockpit_protocol: ^4.0.12" to clipboard
cockpit_protocol: ^4.0.12 copied to clipboard

Platform-neutral Cockpit test, Supervisor API, client, runtime, and driver contracts.

example/main.dart

import 'package:cockpit_protocol/cockpit_protocol.dart';

void main() {
  final viewport = CockpitViewportResizeRequest.fromJson(
    const <String, Object?>{'width': 800, 'height': 600},
  );
  final failedRequests = CockpitNetworkQuery(
    onlyFailures: true,
    uriContains: '/api/',
  );

  print(viewport.toJson());
  print(failedRequests.toJson());
}
1
likes
0
points
1.78k
downloads

Documentation

Documentation

Publisher

verified publisherfluttercandies.com

Weekly Downloads

Platform-neutral Cockpit test, Supervisor API, client, runtime, and driver contracts.

Repository (GitHub)
View/report issues

Topics

#e2e-testing #automation #testing #ai #protocol

License

unknown (license)

Dependencies

collection

More

Packages that depend on cockpit_protocol