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

This commit introduces a new feature that allows div elements to have rounded borders. Any div can now be styled with rounded corners. Fixes #1317 Closes #1075

When I tried to stack an image on the top of the images, unintentional space is generated only in iOS. HTML code we created. ``` ``` Despite no spaces on...

bug

First of all, thanks for your repository and it saved many many hours of code. I have a question about the new **CssBoxWidget** As the image i mention below if...

question

Could you update this package with the latest flutter_svg. It is not compatible with some other packages like pay. Thank you.

bug

Similarly to my last comment here: https://github.com/Sub6Resources/flutter_html/issues/1357 I think I've found a regression in regard to text decoration After upgrading from alpha6 to beta2 it's not possible to change text...

bug

**Describe your feature request** Supporting mapping CSS attributes 'left', 'right', "top", "bottom" to Flutter's Positioning widgets **Additional context** I have a bunch of xml text that has a fixed layout...

enhancement

## **Describe the bug:** The ` ` in the `` tag cannot be seen properly. 1. HTML passed to the data of Html widget: `'     '` Nothing will show. 2....

bug

It would be nice to have support for `max-width:100%`, so that images that have a set width don't get rendered bigger then the screen. Code I used to test things...

enhancement

When I save an HTML page in the database and call it using the URL below, I receive the text in escaped HTML code: ``` ╔╣ Response ║ GET ║...

bug