bahiaflix_flutter_html 1.0.2
bahiaflix_flutter_html: ^1.0.2 copied to clipboard
A Flutter widget rendering static HTML and CSS as Flutter widgets.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add bahiaflix_flutter_htmlThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
bahiaflix_flutter_html: ^1.0.2Alternatively, 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:bahiaflix_flutter_html/flutter_html.dart';
import 'package:bahiaflix_flutter_html/html_parser.dart';
import 'package:bahiaflix_flutter_html/image_properties.dart';
import 'package:bahiaflix_flutter_html/rich_text_parser.dart';
import 'package:bahiaflix_flutter_html/style.dart';