Closed
Description
Seeing this on flutter beta/3.12.0-1.1.pre with dwds 19.0.0:
_TypeError: type 'Null' is not a subtype of type 'String' in type cast
at ChromeProxyService._setUpChromeConsoleListeners.<anonymous closure>(chrome_proxy_service.dart:1111)
at _rootRunUnary(zone.dart:1407)
at _CustomZone.runUnary(zone.dart:1308)
at _CustomZone.runUnaryGuarded(zone.dart:1217)
at CastStreamSubscription._onData(async_cast.dart:85)
at _rootRunUnary(zone.dart:1407)
at _CustomZone.runUnary(zone.dart:1308)
at _CustomZone.runUnaryGuarded(zone.dart:1217)
at _BufferingStreamSubscription._sendData(stream_impl.dart:339)
at _BufferingStreamSubscription._add(stream_impl.dart:271)
at _SinkTransformerStreamSubscription._add(stream_transformers.dart:63)
at _EventSinkWrapper.add(stream_transformers.dart:13)
at WipDomain.eventStream.<anonymous closure>.<anonymous closure>(webkit_inspection_protocol.dart:377)
at _HandlerEventSink.add(stream_transformers.dart:209)
at _SinkTransformerStreamSubscription._handleData(stream_transformers.dart:111)
at _rootRunUnary(zone.dart:1407)
at _CustomZone.runUnary(zone.dart:1308)
at _CustomZone.runUnaryGuarded(zone.dart:1217)
at _BufferingStreamSubscription._sendData(stream_impl.dart:339)
at _DelayedData.perform(stream_impl.dart:515)
at _PendingEvents.handleNext(stream_impl.dart:620)
at _PendingEvents.schedule.<anonymous closure>(stream_impl.dart:591)
at _rootRun(zone.dart:1391)
at _CustomZone.run(zone.dart:1301)
at _CustomZone.runGuarded(zone.dart:1209)
at _CustomZone.bindCallbackGuarded.<anonymous closure>(zone.dart:1249)
at _rootRun(zone.dart:1399)
at _CustomZone.run(zone.dart:1301)
at _CustomZone.runGuarded(zone.dart:1209)
at _CustomZone.bindCallbackGuarded.<anonymous closure>(zone.dart:1249)
at _microtaskLoop(schedule_microtask.dart:40)
at _startMicrotaskLoop(schedule_microtask.dart:49)
at _runPendingImmediateCallback(isolate_patch.dart:123)
at _RawReceivePort._handleMessage(isolate_patch.dart:190)
Which for v19.0.0 is