FlutterHtmlView icon indicating copy to clipboard operation
FlutterHtmlView copied to clipboard

How To Use needs updating

Open kserko opened this issue 7 years ago • 0 comments

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

kserko avatar Aug 01 '18 11:08 kserko