We are developing a Flutter Web application that heavily relies on semantics labels (for automated tests and accessibility) and the Focus widget (for keyboard navigation). Occasionally, after certain ...
After upgrading to Flutter 3.35.2 (stable) with Dart 3.9.0, Hot Reload on Flutter Web consistently crashes the debugger with a DWDS error. Hot Restart works fine, but ...