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
645 stars 242 forks source link

wasm compatibility. need to update chewie package #1279

Closed nokia6290 closed 1 month ago

nokia6290 commented 5 months 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 5 months ago

You can use flutter_widget_from_html_core to build for web assembly.