flutter_matrix_html 0.0.4 copy "flutter_matrix_html: ^0.0.4" to clipboard
flutter_matrix_html: ^0.0.4 copied to clipboard

outdated

A Flutter widget for rendering static matrix html tags as Flutter widgets. (Will render over 70 different html tags!)

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_matrix_html

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

dependencies:
  flutter_matrix_html: ^0.0.4

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_matrix_html/flutter_html.dart';
import 'package:flutter_matrix_html/html_parser.dart';
import 'package:flutter_matrix_html/image_properties.dart';
import 'package:flutter_matrix_html/rich_text_parser.dart';
import 'package:flutter_matrix_html/spoiler.dart';
3
likes
0
pub points
79%
popularity

Publisher

unverified uploader

A Flutter widget for rendering static matrix html tags as Flutter widgets. (Will render over 70 different html tags!)

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, flutter_advanced_networkimage, html

More

Packages that depend on flutter_matrix_html