flutter_html
flutter_html copied to clipboard
A Flutter widget for rendering static html as Flutter widgets (Will render over 80 different html tags!)
flutter version **Describe the bug:** html is not working in iOS15, only web. app is working. When I access web in mobile, it look like gray. it's working on iOS...
I previously added rounded corners to `` tags in an older version of flutter_html, but how should I achieve the same effect with the new ImageExtension? ``` customRender: { 'img':...
[BUG]
**Describe the bug:** i create a empty flutter project and follow the standard "flutter_html" installation process. However i run into this Error (Xcode): ../../../.pub-cache/hosted/pub.dev/flutter_math_fork-0.5.0/lib/src/widgets/selection/handle_overlay.dart:60:40: Error: Member not found: 'fadeDuration'.
Add Table extension but not clear show table
This branch allows developers to, in addition to 'src', pass in html that contains a 'srcdoc' property. 'src' is great for passing in a URL, but if someone wants to...
**Describe your feature request** how about the flutter_html support for text indent style like this one
Same as in https://github.com/Sub6Resources/flutter_html/issues/746 Happening on ^3.0.0-beta.1 On 3.0.0-alpha.6 not happening can't post html - too big, but it contais :hover
Html( data: "啊啊啊啊啊啊啊啊啊啊啊啊", style: { "body": Style( margin: Margins.zero, padding: HtmlPaddings.zero, textAlign: TextAlign.justify, fontSize: FontSize(17.sp), ), }, extensions: [ TagExtension(tagsToExtend: {"img"},child: Container()) ], ); 
Hi, My html data includes base64 image data but i can't show the image. All other things showing except image. I'm adding my data sample... What might cause the problem?...
**Flutter Version**  **Flutter Doctor**  **Description:** I'm working on Flutter web which compiles correctly but as soon as I import `flutter_html`, it shows the following errors: Launching lib\main.dart on...