flutter_html icon indicating copy to clipboard operation
flutter_html copied to clipboard

[BUG] can't find SelectableHtml()

Open shubhammemane1 opened this issue 2 years ago • 1 comments

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

shubhammemane1 avatar Sep 25 '23 07:09 shubhammemane1

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

erickok avatar Sep 25 '23 07:09 erickok