Flutter build wasm failing with dart:html for firebase_core_web

113 Views Asked by At

Trying to compile flutter application using the experimental wasm. dart:html throws error on

.pub-cache/hosted/pub.dev/firebase_core_web-2.5.0/lib/firebase_core_web.dart:9:8: Error: Dart library 'dart:html' is not available on this platform.

this happens when flutter build web --wasm is executed.

0

There are 0 best solutions below