daohoangson / flutter_widget_from_html

Flutter package to render html as widgets that supports hyperlink, image, audio, video, iframe and many other tags.
https://pub.dev/packages/flutter_widget_from_html
MIT License
596 stars 216 forks source link

wasm compatibility. need to update chewie package #1279

Open nokia6290 opened 2 weeks ago

nokia6290 commented 2 weeks ago

Might add a PR myself later, but for now FYI: this package does not allow to build in WASM mode because of chewie package dependency

Might add PR later.

daohoangson commented 2 weeks ago

You can use flutter_widget_from_html_core to build for web assembly.