flutter_html_textview_render 0.1.3 copy "flutter_html_textview_render: ^0.1.3" to clipboard
flutter_html_textview_render: ^0.1.3 copied to clipboard

The flutter environment lacks of a method for creating text from html nodes, that's why this library was created. This library render some of simple HTML

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_html_textview_render

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  flutter_html_textview_render: ^0.1.3

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:flutter_html_textview_render/html_container.dart';
import 'package:flutter_html_textview_render/html_node.dart';
import 'package:flutter_html_textview_render/html_parser.dart';
import 'package:flutter_html_textview_render/html_text_view.dart';
4
likes
30
pub points
29%
popularity

Publisher

unverified uploader

The flutter environment lacks of a method for creating text from html nodes, that's why this library was created. This library render some of simple HTML

Repository (GitHub)
View/report issues

License

BSD-3-Clause (LICENSE)

Dependencies

flutter, html, url_launcher

More

Packages that depend on flutter_html_textview_render