Skip to content

Commit 9b6db74

Browse files
committed
[dwds] Implement hot reload and publish 24.3.4
- Modifies the Chrome proxy service to call a callback that the injected client has setup in order to do a hot reload. - This callback forwards to the restarter. - This restarter reads from a path that Flutter tools sets up beforehand in order to fetch the changed sources and their associated libraries. - Issues a hot reload to DDC using that data. - Reassembles the Flutter engine to render a frame if the extension exists. - Returns a ReloadReport on whether or not this operation succeeded.
1 parent 5dc7950 commit 9b6db74

File tree

11 files changed

+385
-85
lines changed

11 files changed

+385
-85
lines changed

dwds/CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
## 24.3.4-wip
1+
## 24.3.4
2+
23
- Added support for some debugging APIs with the DDC library bundle format. - [#2566](https://github.com/dart-lang/webdev/issues/2566)
4+
- Added support for hot reload using the DDC library bundle format.
35

46
## 24.3.3
57

0 commit comments

Comments
 (0)