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.75k stars 805 forks source link

[BUG] can't find SelectableHtml() #1376

Open shubhammemane1 opened 7 months ago

shubhammemane1 commented 7 months ago

i am getting HTMLContent from api i want to pass on HTML view . I want to select That HTML view as per documentation i saw SelectableHtml(), but i cant find it i need to add SelectionArea.

image

Please add it i want to select my HTML content

erickok commented 7 months ago

SelectableHtml was removed. You can wrap your html with the SelectionArea widget instead.