tree: 6661b9417b5a5fbc468a8122c29ccabb61f936a9 [path history] [tgz]
  1. example/
  2. lib/
  3. test/
  4. .gitignore
  5. analysis_options.yaml
  6. CHANGELOG.md
  7. LICENSE
  8. OWNERS
  9. pubspec.yaml
  10. README.md
pkg/dtd/README.md

package:dtd

A package for communicating with the Dart Tooling Daemon.

Use DartToolingDaemon.connect(uri) to connect to a running Dart Tooling Daemon.

Examples

FileSystem service example

See dtd_file_system_service_example.dart

Service Method Example

See dtd_service_example.dart

Stream Example

See dtd_stream_example.dart