flutter_matrix_html 0.1.4
flutter_matrix_html: ^0.1.4 copied to clipboard
A Flutter widget for rendering static matrix html tags as Flutter widgets. (Will render over 70 different html tags!)
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