flutter_html
flutter_html copied to clipboard
A Flutter widget for rendering static html as Flutter widgets (Will render over 80 different html tags!)
**Describe the bug:** Setting the margin parameter to `Margins.zero` provide different results than not providing it at all wich differs from documentation - [style.dart ](https://github.com/Sub6Resources/flutter_html/blob/master/lib/src/style.dart) **HTML to reproduce the issue:**...
**Describe the bug:** The issue #266 still exists, at least on Android, I haven't tested it on iOS, flutter_html still ignores the start attribute and always starts at 1. **HTML...
- adds support for the ol start attribute Reference: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/ol#start
**Describe the bug:** In the last version (3.0.0), HTML elements inside tag rendered with no style as configured. **HTML to reproduce the issue:** \\Click here\ to enter Flutter \website\\ **`Html`...
I want to set font family for my HTML widget using Google Fonts. Here's what I've tried: ``` TagWrapExtension( tagsToWrap: {'body'}, builder: (child) { return DefaultTextStyle( style: GoogleFonts.robotoFlex(letterSpacing: 0), child:...
I want to implement a ``, it's a void element, without an end tag ``. I tried TagExtension, it can show the first widget, but the contents after it are...
**Describe your feature request** I want to know when a user tap on a tag even if the href is is empty or missing. By default, Html() make a tag...
In my case it is causing a overflow issue when links are in table cell:  I´m not using any widget for test and yet it extends the link itself...
I've been trying unsuccessfully to get `:before` and `:after` pseudo selectors to work, but they seem to just be ignored. Can anybody confirm that they work for them with `3.0.0-beta.2`?...