flutter_html
flutter_html copied to clipboard
[BUG] SelectableText not working with List (ul, ol)
The order list gone after changing Html to SelectableHtml.
Used flutter_html: 3.0.0-alpha.5, runs on Android Emulators.
using Html:
Html(
data: html,
)

Using SelectableHtml
SelectableHtml(
data: html,
)
