Need to show text into like html code in Web-view in flutter

Viewed 210

I have text in firebase which contains link i need to shows like hyperlink in webview in flutter. Both images attached below Firebase Image

enter image description here

1 Answers

Have you try this package ? for basic HTML : flutter_widget_from_html_core: ^0.8.5+3 for more advance use this one : flutter_html: ^2.2.1

I have user flutter HTML in more then 3 projects and if you want load any URL or webview then user FLUTTER-webview or In-APP-WEBVIEW it will load full website in flutter mobile app like amazon.

Related