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

Hi, ii think the Bug is due to flutter html but i dont know that what it exactly is happen can reproduce code : ``` import 'package:dio/dio.dart'; import 'package:flutter/material.dart'; import...

bug

Hey I can't find anything about migrating to version 3 from 2 I wish to change my custom rendered tags to the new format. Here is an example: ```dart 'blockquote':...

question
custom rendering

**Describe the bug:** HTML ordered list displays with a rectangle symbol on Windows. It appears like a missing font symbol. **HTML to reproduce the issue:** ``` Mix flour, baking powder,...

bug

**Describe the bug:** Setting lineHeight on "li" element breaks alignment of list marker for both "ol" and "ul". **HTML to reproduce the issue:** ```html The dot displayed at the list...

bug
lists

Hi there, I'm trying to insert a `TextField` inside a `table` element without success. This is my code: ```dart import 'package:flutter/material.dart'; import 'package:flutter_html/flutter_html.dart'; void main() { runApp(MyApp()); } class MyApp...

question
<table>

Hello, I am trying to scroll to an HTML anchor with AnchorKey.forId call but it does not seem to be working. I am providing a full example here with a...

enhancement

**Describe the bug:** I'm trying to render empty value in table. and When i use custom CSS Style has Issue. **HTML to reproduce the issue:** ```html 11 12 13 14...

bug
<table>

I'm not seeing the `align` tag in the Supported list, but `text-align` is, for example. Could it be possible to provide support for `align`, ie this being centered : ```dart...

enhancement

Test HTML : `test` Opening this HTML in Chrome does not create a link. I think it's best if flutter_html follows does the same, in the interest of staying closer...

bug

**Describe the bug:** `Html` seems to ignore the custom `tr` renderer in `customRender` **HTML to reproduce the issue:** ```html Innehåll i paket Fri Enkel Normal Aktiv Allmän kontroll av cykelns...

bug
custom rendering
<table>