edmax_html_renderer_lite 0.0.2
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:
- Contributing: Get in touch if you want to contribute
- Support: innocentmax6367@gmail.com