html_renderer 0.0.7 copy "html_renderer: ^0.0.7" to clipboard
html_renderer: ^0.0.7 copied to clipboard

A lightweight Flutter package for rendering HTML content with customizable styling and widget support.

html_renderer #

A lightweight Flutter package for rendering HTML content with customizable styling and widget support.

Features #

  • Renders simple HTML into Flutter widgets
  • Supports paragraphs, headings, ordered and unordered lists, tables, and colored spans
  • Allows style customization via parameters

Installation #

Add to your pubspec.yaml:

dependencies:
  html_renderer: ^0.0.7

Run:

dart pub get

Usage #

import 'package:html_renderer/html_renderer.dart';

HtmlRenderer(
  html: "<h1>Title</h1><p>Paragraph content</p>",
)

Example #

See full examples in the example/ folder or in the online documentation.

License #

MIT © 2025 Vinicius Cruvinel

5
likes
160
points
16
downloads

Publisher

unverified uploader

Weekly Downloads

A lightweight Flutter package for rendering HTML content with customizable styling and widget support.

Homepage
Repository (GitHub)
View/report issues

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on html_renderer