edmax_html_renderer_lite 0.0.2 copy "edmax_html_renderer_lite: ^0.0.2" to clipboard
edmax_html_renderer_lite: ^0.0.2 copied to clipboard

Convert HTML to Widget | INNOTECH

HTML to Flutter Widget Package #

This package allows you to convert HTML content into Flutter widgets, enabling you to seamlessly integrate HTML-rendered elements within your Flutter applications.

Features #

  • Render HTML content as Flutter widgets
  • Support for images and videos
  • Customizable rendering options

Getting Started #

To start using this package, ensure you have the following prerequisites:

-A basic flutter project

-You can begin by adding the package to your pubspec.yaml file and following the setup instructions.

Usage #

Here’s a basic example of how to use the package:

import 'package:edmax_html_renderer_lite/edmax_html_renderer_lite.dart';

Widget example() {
  final String htmlContent = "<p>Hello, World!</p>";
  return RenderHTML(htmlContent: htmlContent);
}

Additional Information #

For more details about this package, including how to contribute, file issues, or get support:

1
likes
0
points
51
downloads

Publisher

unverified uploader

Weekly Downloads

Convert HTML to Widget | INNOTECH

License

unknown (license)

Dependencies

flutter, html, video_player

More

Packages that depend on edmax_html_renderer_lite