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

As am try to load maths equation's for every custom widget taking new line , i request to remove that scenario

bug

### Flutter doctor Doctor summary (to see all details, run flutter doctor -v): [√] Flutter (Channel stable, 3.7.10, on Microsoft Windows [Version 10.0.19044.3448], locale de-DE) [X] Windows Version (Unable to...

bug

Let's say we have the following table: ```

question

This PR is not ready to be merged. I made it as best as I could while trying to learn the inner workings of this beautiful package :) - max-width...

i am getting button tag from my api i cant use it while styling i disapper else i have to pass it in A tag which make my ui Ugly...

bug

i am getting HTMLContent from api i want to pass on HTML view . I want to select That HTML view as per documentation i saw SelectableHtml(), but i cant...

bug

**Describe the bug:** **HTML to reproduce the issue:** **`Html` widget configuration:** **Expected behavior:** **Screenshots:** **Device details and Flutter/Dart/`flutter_html` versions:** **Stacktrace/Logcat** **Additional info:** **A picture of a cute animal (not mandatory...

bug

**Describe the bug:** Since I upgraded from 3.0.0-alpha6 to beta2, I have an issue on old Safari versions. The Html widget renders as a gray area and I see in...

bug

Hello, I’m using `AnchorKey.forId` while scrolling to the target specified id. Everything seems to be working fine in the Simulator, but when I test it on the actual phone, the...

question