https://github.com/daohoangson/flutter_widget_from_html
Flutter package to render html as widgets that supports hyperlink, image, audio, video, iframe and many other tags.
https://github.com/daohoangson/flutter_widget_from_html
flutter html
Last synced: about 1 year ago
JSON representation
Flutter package to render html as widgets that supports hyperlink, image, audio, video, iframe and many other tags.
- Host: GitHub
- URL: https://github.com/daohoangson/flutter_widget_from_html
- Owner: daohoangson
- License: mit
- Created: 2018-10-17T18:05:01.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2025-05-06T20:24:09.000Z (about 1 year ago)
- Last Synced: 2025-05-06T21:31:18.300Z (about 1 year ago)
- Topics: flutter, html
- Language: Dart
- Homepage: https://pub.dev/packages/flutter_widget_from_html
- Size: 92.3 MB
- Stars: 710
- Watchers: 10
- Forks: 267
- Open Issues: 121
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# HtmlWidget monorepo
[](https://github.com/daohoangson/flutter_widget_from_html/actions/workflows/flutter.yml)
[](https://sonarcloud.io/summary/new_code?id=daohoangson_flutter_widget_from_html)
This repo contains the source code for everything `HtmlWidget`-related.
| Name | Link |
| ------------------------------------------------------------------ | ---------------------------------------------------------------------------------------------------------------------------------------- |
| [flutter_widget_from_html](./packages/enhanced/) | [](https://pub.dev/packages/flutter_widget_from_html) |
| [flutter_widget_from_html_core](./packages/core/) | [](https://pub.dev/packages/flutter_widget_from_html_core) |
| [fwfh_cached_network_image](./packages/fwfh_cached_network_image/) | [](https://pub.dev/packages/fwfh_cached_network_image) |
| [fwfh_chewie](./packages/fwfh_chewie/) | [](https://pub.dev/packages/fwfh_chewie) |
| [fwfh_just_audio](./packages/fwfh_just_audio/) | [](https://pub.dev/packages/fwfh_just_audio) |
| [fwfh_svg](./packages/fwfh_svg/) | [](https://pub.dev/packages/fwfh_svg) |
| [fwfh_url_launcher](./packages/fwfh_url_launcher/) | [](https://pub.dev/packages/fwfh_url_launcher) |
| [fwfh_webview](./packages/fwfh_webview/) | [](https://pub.dev/packages/fwfh_webview) |
| [Demo app](./demo_app/) | https://demo.fwfh.dev, [supported/tags.html](https://demo.fwfh.dev/supported/tags.html) |
| Special [dartpad](https://dartpad.dev) with our packages | https://try.fwfh.dev |