flutter_matrix_html 0.1.11 copy "flutter_matrix_html: ^0.1.11" to clipboard
flutter_matrix_html: ^0.1.11 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.1.11

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/code_block.dart';
import 'package:flutter_matrix_html/custom_catex.dart';
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/pill.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

cached_network_image, catex, crypto, flutter, flutter_highlight, highlight, html, isolate, matrix_link_text

More

Packages that depend on flutter_matrix_html