copilot_sdk_dart 0.1.2 copy "copilot_sdk_dart: ^0.1.2" to clipboard
copilot_sdk_dart: ^0.1.2 copied to clipboard

Community-maintained Dart SDK for the GitHub Copilot CLI agent runtime. Unofficial and not affiliated with GitHub or Microsoft.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add copilot_sdk_dart

With Flutter:

 $ flutter pub add copilot_sdk_dart

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

dependencies:
  copilot_sdk_dart: ^0.1.2

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:copilot_sdk_dart/copilot_sdk_dart.dart';
0
likes
150
points
212
downloads

Documentation

API reference

Publisher

verified publisherowlx.com

Weekly Downloads

Community-maintained Dart SDK for the GitHub Copilot CLI agent runtime. Unofficial and not affiliated with GitHub or Microsoft.

Repository (GitHub)
View/report issues

Topics

#copilot #copilot-cli-sdk #github #ai #agent

License

MIT (license)

Dependencies

collection, meta, uuid, web_socket_channel

More

Packages that depend on copilot_sdk_dart