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 the bug:** font-size inherited error. **HTML to reproduce the issue:** ```html test font size ``` **`Html` widget configuration:** example config. **Expected behavior:** expect 'test font size' font size is...

bug
text-styling

**Describe the bug:** I have the same issue. When a page of the application is displayed, and this library is used to show content on that page, pressing the hot...

bug
more-info-needed

This PR causes a regression in nested list alignment in the following HTML snippet. ```html to read ミルトンの 作 さく 品 ひん を 読んだことがありますか。 Have you ever read Milton's works?...

bug
lists

The app uses the Inter font throughout. ``` textTheme: TextTheme( displayLarge: const TextStyle( fontFamily: 'inter', fontSize: 72, fontWeight: FontWeight.bold, ), titleLarge: const TextStyle( fontFamily: 'inter', fontSize: 20, fontStyle: FontStyle.normal, ),...

question

**Describe the bug:** The announcement of the accessibility reader (Android - Talkback / iOS - VoiceOver) is incorrect for `` elements which are nested in an `` element. Specifically, the...

bug

**Describe your feature request** Hi! 👋 I’d like to propose adding support for rendering ProseMirror JSON documents in Flutter by converting them to HTML and passing them through the existing...

enhancement

**Describe the bug:** Space after a TagExtension is lost if the tag has no text. **HTML to reproduce the issue:** ``` quick quick ``` produces: `quick quickquick` ``` quick test...

bug

The example in the README used EdgeInsets.all(16) for Style.padding, which causes a type error since the parameter expects an HtmlPaddings instance. This PR updates the example to use HtmlPaddings.all(16) instead....

Hi, is there a way to customize the ChewieAudioController or VideoPlayerController used in the audio/video extensions? For example, disable autoplay or hide the options. Thanks!

question

**Describe the bug:** Html widget does not seem to compose the semantics label in the actual order. Here is the test reproducing issue: ```dart testWidgets('semantics label not in order in...

bug