Jessy Yameogo
Jessy Yameogo
@bkonyi @elliette, just to clarify regarding this bug: do we want to completely remove all references to soundNullSafety, or should we enforce that its value is always true but retain...
Related issue with more details: #2394
Will close this as this issue is being tracked in https://github.com/dart-lang/webdev/issues/2394
I was not able to reproduce this issue on Flutter 3.24.3 (Dart 3.5.3, DevTools 2.37.3), so it appears to be resolved.
I was not able to reproduce this issue. Closing the issue has it appear to have been fixed.
CC @bkonyi @derekxu16
> Landing this along with the changes in DWDS should fix [dart-lang/sdk#60289](https://github.com/dart-lang/sdk/issues/60289)? If so feel free to link with the description so it closes. > > LGTM. Yes, that's right....
@bkonyi Hey Ben, I'm seeing some CI failures related to `test/integration.shard/widget_preview_test.dart`: https://logs.chromium.org/logs/flutter/buildbucket/cr-buildbucket/8711802314632568497/+/u/run_test.dart_for_tool_integration_tests_shard_and_subshard_9_9/stdout It seems the test `flutter widget-preview start: can connect to an existing DTD instance` is timing out. Have...
@nshahan @srujzs: I updated the logic for `useDwdsWebSocketConnection` and `shouldEnableMiddleware` to use local device information instead of `globals.deviceManager?.specifiedDeviceId`, which can be null when running in subprocess contexts (e.g., `widget_preview_test`). Now...