flutter_html
flutter_html copied to clipboard
A Flutter widget for rendering static html as Flutter widgets (Will render over 80 different html tags!)

- As per suggestion from this [conversation](https://github.com/Sub6Resources/flutter_html/issues/589#issuecomment-827074017) - This PR is not solving all the scenarios, but solution is good to start with.
In `attributes` Map, when width & height both are "0", the `_aspectRatio` function was returning `NaN` instead some valid ratio.
**Describe the bug:** ``s are not handled correctly while in `shrinkWrap: true` - only if you have a block element, then ``, then another block element. It seems as though...
I am storing text with some latex code for math part. Using python markdown extensions that text can be converted into html, which is mostly text but the latex is...
Adds support for melos Fixes #1133 Prerequisite: #1135
Inside the parser, the container has a margin EdgeInset.all(8). Who knows how to remove it, it causes inconvenience **A picture of a cute animal (not mandatory but encouraged)**
This is an idea for a simplified version of our public-facing API. I've been thinking a lot about the customRender API. I like the matchers, but the interface can be...
We should investigate if we can simplify our support for selectable text by removing the usage of `SelectableText` (which has limitations and behaviour differences) in favor of simply wrapping (even...