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.76k stars 815 forks source link

Add the ability to enable selection on text in CssBoxWidget #1345

Closed mcmah309 closed 9 months ago

mcmah309 commented 10 months ago

The use case for this over just using a SelectionArea over the entire document is that SelectionArea does not have as fine grained control. Example: SelectionArea can't refer to which widget or where in the text of each widget the selection was taken from, while this can. Allowing dom manipulation from selections.