flutter_html_textview 0.2.6 icon indicating copy to clipboard operation
flutter_html_textview: ^0.2.6 copied to clipboard

Flutter Plugin to render html in textview

flutter_html_textview #

Flutter Plugin to render html as a Widget

How to Use #


dependencies:
  flutter_html_textview: "^0.2.6"
  

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);

Thanks to #

@Katran

4
likes
20
pub points
39%
popularity

Publisher

verified publisher iconkarthikponnam.dev

Flutter Plugin to render html in textview

Homepage

License

Icon for licenses.unknown (LICENSE)

Dependencies

cached_network_image, flutter, html

More

Packages that depend on flutter_html_textview