1

I want to display html text in TextField in Flutter enter image description here How can I do that? Please help me

I don't know how can do it.

  • I don't know much about flutter, but you might be able to use [flutter_html](https://pub.dev/packages/flutter_html). Also, look through the answers to the following question: [https://stackoverflow.com/questions/53815485/how-to-show-html-string-in-text-widget-flutter](https://stackoverflow.com/questions/53815485/how-to-show-html-string-in-text-widget-flutter). This should help you. – Officer Erik 1K-88 Dec 05 '22 at 17:38
  • @OfficerErikK This is TextField not Text. I want html is showed on TextField. – Hưng Mai Phạm Quốc Dec 06 '22 at 02:12

1 Answers1

-1

You can check the html packages in pub.dev. If you can't find the package you want, you should write the replaceAll method yourself one by one.