csdcorp / speech_to_text

A Flutter plugin that exposes device specific text to speech recognition capability.
BSD 3-Clause "New" or "Revised" License
372 stars 231 forks source link

Support Flutter web WASM #523

Closed Rexios80 closed 1 month ago

Rexios80 commented 3 months ago
../../.pub-cache/hosted/pub.dev/speech_to_text-6.6.2/lib/speech_to_text_web.dart:3:8: Error: Dart library 'dart:html' is not available on this platform.
import 'dart:html' as html;

See the migration guide here: https://dart.dev/interop/js-interop/package-web

sowens-csd commented 1 month ago

There's now a PR for this, just reviewing. #544