cockpit 1.1.0 copy "cockpit: ^1.1.0" to clipboard
cockpit: ^1.1.0 copied to clipboard

Host-side tooling for flutter_cockpit task execution and artifact handling.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate cockpit

Use it

The package has the following executables:

$ cockpit
$ cockpit_mcp

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add cockpit

With Flutter:

 $ flutter pub add cockpit

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  cockpit: ^1.1.0

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:cockpit/cockpit.dart';
1
likes
150
points
100
downloads

Documentation

Documentation
API reference

Publisher

unverified uploader

Weekly Downloads

Host-side tooling for flutter_cockpit task execution and artifact handling.

Repository (GitHub)
View/report issues

Topics

#flutter #cli #tooling #ai #mcp

License

MIT (license)

Dependencies

args, collection, dart_mcp, file, flutter_cockpit, http, image, path, process, stream_channel, yaml

More

Packages that depend on cockpit