FlutterHtmlView
FlutterHtmlView copied to clipboard
How To Use needs updating
The How To Use needs updating both here and on dartlang packages
The import statement
import 'package:flutter_html_textview/flutter_html_textview.dart';
should be
import 'package:flutter_html_view/flutter_html_text.dart';
and
new HtmlTextView(data: html);
should be
new HtmlText(data: html);