You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Implemented hot restart over websockets with multi window support.
Fix refresh race condition bug by adding an isolate destruction grace period.
Update a call to the package:shelf_web_socketwebSocketHandler() function. Breaking changes
Remove deprecated parameter injectDebuggingSupportCode from Dwds.start().
Remove all deprecated fields, getters, and parameters
related to the null safety compilation mode. Dart 3 only
supports sound null safety.
Rename FrontendServerDdcLibraryBundleStrategy.hotReloadSourcesUri to reloadedSourcesUri. The file that the Uri points to should now be updated
for both a hot restart and a hot reload.