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

**Describe your feature request** When the chewiecontroller in videorender is created, many properties have default values. These properties are final and cannot be modified in the oncontrollercreated callback. It is...

enhancement
<video>

I am using flutter_html as a audio player for a url. Everythig is working well but design is not looking good. I want to remove speedometer from design. Please any...

<audio>
question

Is there any option or way to achieve a `float: right;` style using this

css
layout

I am using this plugin for creating dynamic page coming from server. This Plugin helps me to achieve this only problem that I am facing is border-radius is not applying...

enhancement
css

**Describe the bug:** I got dart error : type 'String' is not a subtype of type 'int' of 'value' on line 775 in lib > html_parser.dart olStack.last.data = olStack.last.data.toString().nextLetter(); when...

bug

```dart String htmlItalic1 = ''' Italic stuff , normal stuff. '''; String htmlItalic2 = ''' Italic stuff , normal stuff. '''; void main() { runApp( MaterialApp( home: Scaffold( appBar: AppBar(),...

bug

When I use customrender. TextOverflow. The effect of ellipsis has a bug when truncating。 I want to add a click event on the span tab to handle my business. If...

question

It seems that the bullets in an unordered list are always black. I have a page with a dark background and the only way that I could find to style...

bug
lists

**Describe the bug:** /E:/Flutter/Sdk/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_math_fork-0.5.0/lib/src/widgets/selection/handle_overlay.dart:60:40: Error: Member not found: 'fadeDuration'. duration: TextSelectionOverlay.fadeDuration, vsync: this); **Device details and Flutter/Dart/`flutter_html` versions:** ![image](https://user-images.githubusercontent.com/22344072/163309591-8498e984-f806-43ec-87f8-ea41e22a370d.png)

bug