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:** HTML define so called [combining characters](https://en.wikipedia.org/wiki/Combining_character) - which allows to add for instance diacritics to existing characters. **HTML to reproduce the issue:** **`Html` widget configuration:** `` ``...
I tried adding a table but no matter what I did I couldn't get the table's borders to show up 1.1 1.2 1.3 2.1 2.2 2.3 3.1 3.2 3.3 4.1...
Dear flutter_html Maintainers, I hope this message finds you well. I am reaching out to report an issue I've encountered whilst utilising the `flutter_html` package, specifically concerning the rendering of...
**Describe your feature request** The best if this package can handle the social embed in HTML. Maybe can use https://pub.dev/documentation/social_embed_webview/0.3.2/ **Additional context** **A picture of a cute animal (not mandatory...
```dart typedef OnTap = void Function( String? url, RenderContext context, Map attributes, dom.Element? element, ); ... /// A function that defines what to do when a link is tapped final...
Topics
Thanks for adding topics to your packages! Due to a bug, we were not validating the names on package upload. This has been fixed and will be enforced when publishing...
**Describe the bug:** I use `Html` widget nested in `IntrinsicHeight` and `SingleChildScrollView` as follows: ```dart import 'package:flutter/material.dart'; import 'package:flutter_html/flutter_html.dart'; void main() { runApp(const MyApp()); } class MyApp extends StatelessWidget {...
Users of the package are often confused by the margin added in the `body` tag. (See #1144) Should better document this in the README.