flutter_html icon indicating copy to clipboard operation
flutter_html copied to clipboard

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

Results 244 flutter_html issues
Sort by recently updated
recently updated
newest added

**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:**...

bug

**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...

bug

- 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`...

bug

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:...

question

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...

question

**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...

enhancement
extensions

In my case it is causing a overflow issue when links are in table cell: ![Image](https://github.com/user-attachments/assets/47e13d6a-bdf4-4a20-bf57-46609137a6ad) I´m not using any widget for test and yet it extends the link itself...

whitespace issues
text-styling
layout

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`?...

bug
question
css