【问题标题】:How to generate text html in Flutter?如何在 Flutter 中生成文本 html? 【发布时间】:2022-12-21 13:52:44 【问题描述】: I used flutter_quill: ^6.1.7 to create such a design But I can't send the html text to the api Such as <h1 > Title </h1> 【问题讨论】: 标签: android html flutter dart 【解决方案1】: 您可以使用“flutter_html”包。请查看how-to-show-html-string-in-text-widget-flutter 了解更多信息。 【讨论】: