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

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: ^1.2.0

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/color_extension.dart';
import 'package:flutter_matrix_html/details.dart';
import 'package:flutter_matrix_html/flutter_html.dart';
import 'package:flutter_matrix_html/image_properties.dart';
import 'package:flutter_matrix_html/node_extension.dart';
import 'package:flutter_matrix_html/pill.dart';
import 'package:flutter_matrix_html/spoiler.dart';
import 'package:flutter_matrix_html/text_parser.dart';
import 'package:flutter_matrix_html/textspan_extension.dart';
3
likes
110
pub points
78%
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
Contributing

Documentation

API reference

License

MIT (LICENSE)

Dependencies

cached_network_image, crypto, csslib, flutter, flutter_highlight, flutter_math_fork, highlight, html, isolate, matrix_link_text

More

Packages that depend on flutter_matrix_html