SelectableHtml: will it be implemented in v3? #1328
-
I've got some very simple html I'd like to show, and let app users copy the text to use elsewhere. My admin users enter articles to be shown on their website and I just grab the html via a json feed for the app. If I change my Html() to SelectableHtml() I get an error asking what the function is. Is there a missing import? Has it been implemented in v3? |
Beta Was this translation helpful? Give feedback.
Answered by
Sub6Resources
Jun 26, 2023
Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Sub6Resources
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
SelectableHtml
has been deprecated. The preferred approach is to wrap the normalHtml
widget in theSelectionArea
widget provided in the standard Flutter widgets.