flutter_matrix_html 0.1.8
flutter_matrix_html: ^0.1.8 copied to clipboard
A Flutter widget for rendering static matrix html tags as Flutter widgets. (Will render over 70 different html tags!)
0.1.8 21st Oct 2020: #
- Support data-mx-maths using CaTeX rendering
- Remove desktop fallback as cached_network_image has support for that by now
0.1.7 4th Oct 2020: #
- Fix a fubar
0.1.6 4th Oct 2020: #
- Support CSS colour names, e.g.
red
- Support images on desktop
0.1.5 20th Sept 2020: #
- Don't allow propagation of onTap inot spoilers, if they are hidden
- Add emoteSize property, to be able to set your own emote size
0.1.4 5th Sept 2020: #
- Use matrix_link_text to properly determine links
0.1.3 4th Sept 2020: #
- Use
Text.rich
instead ofRichText
- Use
CachedNetworkImage
instead ofAdvancedNetworkImage
- Fix lists sometimes rendering incorrectly
0.1.2 14th July 2020: #
- Fix some tags incorrectly linebreaking
0.1.1 26th June 2020: #
- Fixes of span tags at the start causing unwanted linebreaks
- Fixes with images not always loading properly