Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[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.
- Loading branch information