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 your feature request** I'm working on a project where I need to use the float attribute in CSS for positioning elements within containers. However, the flutter_html package currently does...
This simply fixes most of the issues regarding table layout.
#0 DeclarationVisitor._currentProperty (package:flutter_html/src/css_parser.dart) #1 DeclarationVisitor.visitExpressions (package:flutter_html/src/css_parser.dart:739:21) #2 Visitor.visitMediaExpression (package:csslib/visitor.dart:161:5) #3 Visitor.visitMediaQuery (package:csslib/visitor.dart:167:7) #4 MediaQuery.visit (package:csslib/src/tree.dart:734:49) #5 Visitor._visitNodeList (package:csslib/visitor.dart:127:19) #6 Visitor.visitMediaDirective (package:csslib/visitor.dart:210:5) #7 MediaDirective.visit (package:csslib/src/tree.dart:757:49) #8 DeclarationVisitor.getDeclarations (package:flutter_html/src/css_parser.dart:710:17) #9 parseExternalCss (package:flutter_html/src/css_parser.dart:689:33)...
The issue should be fixed on the html side, really; throwing errors looks too excessive to me. Ignoring it is also not the best solution, but it looks better than...
## **Describe the bug:** Upon upgrading [Flutter to 3.22](https://docs.flutter.dev/release/release-notes/release-notes-3.22.0), we're getting ``` flutter_html-3.0.0-alpha.6/lib/style.dart:253:51: Error: The getter 'headline1' isn't defined for the class 'TextTheme'. ``` as it has been deprecated for...
When an iframe contains the `sandbox` attribute, its value must be exactly `allow-scripts` in order to enable JavaScript. However, in many cases the attribute has more than one value. Here...
Please provide a way to render html tag you can make use of this [package](https://pub.dev/packages/marquee) Here is an example: ```html Marquee html text sample. ``` https://github.com/Sub6Resources/flutter_html/assets/125277581/e5303b89-70bb-490e-95a6-7280c0e3a09e
flutter_math_fork ^0.7.1 not compatible with flutter_html_math ^3.0.0-beta.2
The last version available https://pub.dev/packages/flutter_html/changelog requires an old `webview_flutter` version. Maybe the `3.0.0-beta.2` could be released? **A picture of a cute animal (not mandatory but encouraged)**