Hello,
I’m trying an example from this video:
With Windows and Android builds, everything works as expected, but the Web build throws an exception:
Launching lib\main.dart on Chrome in debug mode…
Waiting for connection from debug service on Chrome…
This app is linked to the debug service: ws://127.0.0.1:50589/wJQmqiahdfA=/ws
Debug service listening on ws://127.0.0.1:50589/wJQmqiahdfA=/ws
Debug service listening on ws://127.0.0.1:50589/wJQmqiahdfA=/ws
ChromeProxyService: Failed to evaluate expression ‘StackTrace’: InternalError: Expression evaluation in async frames is not supported. No frame with index 30…
Error: Unexpected null value.
dart-sdk/lib/internal/js_dev_runtime/private/ddc_runtime/errors.dart 288:49 throw
dart-sdk/lib/_internal/js_dev_runtime/private/ddc_runtime/operations.dart 606:63 nullCheck
packages/servicestack/web_client.dart 577:63 handleError
dart-sdk/lib/_internal/js_dev_runtime/patch/async_patch.dart 84:54 runBody
dart-sdk/lib/_internal/js_dev_runtime/patch/async_patch.dart 123:5 _async
packages/servicestack/web_client.dart 573:14 handleError
packages/servicestack/web_client.dart 384:20 sendRequest
dart-sdk/lib/_internal/js_dev_runtime/patch/async_patch.dart 60:31
dart-sdk/lib/async/zone.dart 1666:54 runBinary
dart-sdk/lib/async/future_impl.dart 162:22 handleError
dart-sdk/lib/async/future_impl.dart 796:46 handleError
dart-sdk/lib/async/future_impl.dart 817:13 _propagateToListeners
dart-sdk/lib/async/future_impl.dart 592:5 [_completeError]
dart-sdk/lib/async/future_impl.dart 683:7 callback
dart-sdk/lib/async/schedule_microtask.dart 40:11 _microtaskLoop
dart-sdk/lib/async/schedule_microtask.dart 49:5 _startMicrotaskLoop
dart-sdk/lib/_internal/js_dev_runtime/patch/async_patch.dart 177:15
Is web supported platform for flutter applications?