acpd_io 1.0.0 copy "acpd_io: ^1.0.0" to clipboard
acpd_io: ^1.0.0 copied to clipboard

dart:io transport implementations for acpd — Stdio, line-buffered codec, and AcpAgent process spawning.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add acpd_io

With Flutter:

 $ flutter pub add acpd_io

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

dependencies:
  acpd_io: ^1.0.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:acpd_io/acpd_io.dart';
1
likes
150
points
60
downloads

Documentation

Documentation
API reference

Publisher

verified publisherfluttercandies.com

Weekly Downloads

dart:io transport implementations for acpd — Stdio, line-buffered codec, and AcpAgent process spawning.

Homepage
Repository (GitHub)
View/report issues

Topics

#acp #agent #protocol #cli

License

Apache-2.0 (license)

Dependencies

acpd

More

Packages that depend on acpd_io