dwds 0.5.3 dwds: ^0.5.3 copied to clipboard
A service that proxies between the Chrome debug protocol and the Dart VM service protocol.
Dart Web Developer Service
Note: Under heavy development.
The Dart Web Developer Service (DWDS) allows developer tools designed to work with the native Dart VM to also work with Dart Web applications compiled with DDC, built/served with webdev, and run in Chrome.
DWDS will be integrated into the webdev.
At a basic level, DWDS proxies between:
- Developer tools that are written against the Dart VM Service Protocol
- Execution environments that expose the Chrome DevTools Protocol