| commit | 769a0568dce1931544a6fd8b4c011cfb8f723cee | [log] [tgz] |
|---|---|---|
| author | Ben Konyi <bkonyi@google.com> | Fri Aug 29 12:14:48 2025 -0400 |
| committer | GitHub <noreply@github.com> | Fri Aug 29 12:14:48 2025 -0400 |
| tree | 8c7707280f9277f505c17571331a165ae8e36de7 | |
| parent | a7d3d2fc75d044d121cfe0c13a4955f1d6ffae98 [diff] |
[ DWDS ] Serve DevTools from DDS by default (#2681) In order to reduce the number of ways DevTools is served across the ecosystem, we're working on serving DevTools from DDS by default in all tools that spawn DDS. This change exposes some new DDS related configuration options that allow for specifying whether or not DevTools should be served via DDS and whether or not an existing DevTools server should be used. The `devToolsLauncher` parameter has been marked as deprecated as it will be removed in a future major release, but will continue to act as the default way to launch DevTools if it is provided. Other DDS related properties that have been merged into the new `DartDevelopmentServiceConfiguration` class are also marked as deprecated.
| Package | Description | Version |
|---|---|---|
| dwds | A service that proxies between the Chrome debug protocol and the Dart VM service protocol. | |
| frontend_server_client | Client code to start and interact with the frontend_server compiler from the Dart SDK. | |
| webdev | A CLI for Dart web development. Provides an easy and consistent set of features for users and tools to build and deploy web applications with Dart. |
For information about our publishing automation and release process, see https://github.com/dart-lang/ecosystem/wiki/Publishing-automation.