Hacker News new | ask | show | jobs
by onli 1580 days ago
If you can control the HTML, https://pub.dev/packages/flutter_html works pretty good.
1 comments

That does look good if you have control and its somewhat simple html.

The particular use case I was looking at was integrating a web based rich text editor based on contenteditable. It had to be a proper webview, and the issue is that the interaction with the text (cursors/selection/typing/onscreen keyboard) was completely broken.