dart-sdk/pkg/dtd
Dan Chevalier ec4dd93848 Fix DTD examples and add specs to ensure their continued function.
Change-Id: Iade096c5d1c619a903a6bca44750e9c0264b74dc
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/352920
Reviewed-by: Ben Konyi <bkonyi@google.com>
Commit-Queue: Dan Chevalier <danchevalier@google.com>
2024-02-21 19:05:36 +00:00
..
example Fix DTD examples and add specs to ensure their continued function. 2024-02-21 19:05:36 +00:00
lib Fix DTD examples and add specs to ensure their continued function. 2024-02-21 19:05:36 +00:00
test Fix DTD examples and add specs to ensure their continued function. 2024-02-21 19:05:36 +00:00
.gitignore
analysis_options.yaml Connecting DTD and DTD_impl together. 2023-12-19 15:36:22 +00:00
CHANGELOG.md Solidify dtd lifecycle 2024-02-13 16:17:18 +00:00
LICENSE
OWNERS Adding DTD and DTD_impl owners. 2023-12-19 00:54:12 +00:00
pubspec.yaml Solidify dtd lifecycle 2024-02-13 16:17:18 +00:00
README.md Solidify dtd lifecycle 2024-02-13 16:17:18 +00:00

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