dds 2.0.1 copy "dds: ^2.0.1" to clipboard
dds: ^2.0.1 copied to clipboard

outdated

A library used to spawn the Dart Developer Service, used to communicate with a Dart VM Service instance.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add dds

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

dependencies:
  dds: ^2.0.1

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

Import it

Now in your Dart code, you can use:

import 'package:dds/dds.dart';
15
likes
0
pub points
99%
popularity

Publisher

verified publishertools.dart.dev

A library used to spawn the Dart Developer Service, used to communicate with a Dart VM Service instance.

Homepage
Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

async, collection, devtools_shared, json_rpc_2, meta, path, pedantic, shelf, shelf_proxy, shelf_static, shelf_web_socket, sse, stream_channel, usage, vm_service, web_socket_channel

More

Packages that depend on dds