[ DWDS ] Write to WebkitDebugger.onClose if the debugger connection closes and the attempts to reconnect fail (#2785) The Flutter tool expects DebugConnection.onDone to complete if the user exits the browser and the debugger connection closes. After receiving notification of a closed connection, WebkitDebugger tries to reconnect to the debugger. If these attempts fail, WebkitDebugger will now write to its onClose stream so that DebugConnection will know to signal onDone. See https://github.com/flutter/flutter/issues/182897
| 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.