Flutter_widget_from_html

screenshot of Flutter_widget_from_html

Flutter package to render html as widgets that supports hyperlink, image, audio, video, iframe and many other tags.

Overview:

The HtmlWidget monorepo contains the source code for various packages related to HtmlWidget for Flutter. The repo includes packages like flutter_widget_from_html_core, flutter_widget_from_html, fwfh_cached_network_image, fwfh_chewie, fwfh_just_audio, fwfh_url_launcher, fwfh_webview, a demo app, and a special Dartpad with their packages.

Features:

  • flutter_widget_from_html_core: Core package for HtmlWidget in Flutter.
  • flutter_widget_from_html: Package for rendering HTML content in Flutter widgets.
  • fwfh_cached_network_image: Package for caching network images in HtmlWidget.
  • fwfh_chewie: Package for displaying videos in HtmlWidget using Chewie.
  • fwfh_just_audio: Package for playing audio in HtmlWidget.
  • fwfh_url_launcher: Package for launching URLs from HtmlWidget.
  • fwfh_webview: Package for embedding webviews in HtmlWidget.
  • Demo app: A demo application showcasing the capabilities of the HtmlWidget packages.
  • Special Dartpad with packages: A special Dartpad environment for experimenting with the HtmlWidget packages.

Summary:

The HtmlWidget monorepo offers a collection of packages for integrating HTML content, images, videos, audio, URLs, and webviews into Flutter applications. By leveraging these packages, developers can enrich their Flutter apps with versatile and interactive content presentation capabilities. The provided demo app and special Dartpad environment further assist developers in understanding and experimenting with the features offered by the HtmlWidget packages.

Flutter

Flutter is an open-source UI framework developed by Google that allows developers to create high-performance, cross-platform mobile applications with a single codebase.