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

Dart Debug Adapter Protocol (DAP) adapters translating the DAP protocol to the Dart VM Service protocol.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add dap_adapters

With Flutter:

 $ flutter pub add dap_adapters

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

dependencies:
  dap_adapters: ^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:dap_adapters/dap_adapters.dart';
0
likes
150
points
51.3k
downloads

Documentation

API reference

Publisher

verified publishertools.dart.dev

Weekly Downloads

Dart Debug Adapter Protocol (DAP) adapters translating the DAP protocol to the Dart VM Service protocol.

Repository (GitHub)
View/report issues
Contributing

License

BSD-3-Clause (license)

Dependencies

async, collection, dap, dds_service_extensions, json_rpc_2, meta, path, vm_service

More

Packages that depend on dap_adapters