Sub6Resources / flutter_html

A Flutter widget for rendering static html as Flutter widgets (Will render over 80 different html tags!)
https://pub.dev/packages/flutter_html
MIT License
1.79k stars 860 forks source link

[BUG] how to show video in SelectableHtml #1250

Closed git-maven closed 1 year ago

git-maven commented 1 year ago

The videoMatcher() cannot used in the widget SelectableHtml so how can i do?

Sub6Resources commented 1 year ago

You can use the normal Html widget, and wrap it in the SelectionArea widget provided by Flutter. See #1137