'Is there a way to LAUNCH Flutter App on CHROME

I tried launching my flutter app, currently launching on MOBILE for WEB...

This is the error I received after restarting following a BLANK WHITE SCREEN;

Restarted application in 1,203ms.

    wasm streaming compile failed: TypeError: Could not download wasm module
falling back to ArrayBuffer instantiation
wasm streaming compile failed: TypeError: Could not download wasm module
falling back to ArrayBuffer instantiation
TypeError: Failed to fetch
    at https://unpkg.com/[email protected]/bin/canvaskit.js:257:275
    at https://unpkg.com/[email protected]/bin/canvaskit.js:257:499
    at https://unpkg.com/[email protected]/bin/canvaskit.js:258:11
    at http://localhost:54723/dart_sdk.js:188043:55
    at _RootZone.runUnary (http://localhost:54723/dart_sdk.js:40441:59)
    at _FutureListener.then.handleValue (http://localhost:54723/dart_sdk.js:35363:29)
    at handleValueCallback (http://localhost:54723/dart_sdk.js:35931:49)
    at Function._propagateToListeners (http://localhost:54723/dart_sdk.js:35969:17)
    at _Future.new.[_completeWithValue] (http://localhost:54723/dart_sdk.js:35817:23)
    at async._AsyncCallbackEntry.new.callback (http://localhost:54723/dart_sdk.js:35838:35)
    at Object._microtaskLoop (http://localhost:54723/dart_sdk.js:40708:13)
    at _startMicrotaskLoop (http://localhost:54723/dart_sdk.js:40714:13)
    at http://localhost:54723/dart_sdk.js:36191:9


Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source