Last updated:
0 purchases
flutter html textview
flutter_html_textview #
Flutter Plugin to render html as a Widget
How to Use #
dependencies:
flutter_html_textview: "^0.2.6"
copied to clipboard
import 'package:flutter_html_textview/flutter_html_textview.dart';
String html = '<body>Hello world! <a href="www.html5rocks.com">HTML5 rocks!';
new HtmlTextView(data: html);
copied to clipboard
Thanks to #
@Katran
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.