flutter_html_textview

Last updated:

0 purchases

flutter_html_textview Image
flutter_html_textview Images
Add to Cart

Description:

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

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.