Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 2 days 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 (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-12-23T13:38:44.000Z (19 days ago)
- Last Synced: 2025-01-02T05:06:30.595Z (9 days ago)
- Topics: flutter, html
- Language: Dart
- Homepage: https://pub.dev/packages/flutter_widget_from_html
- Size: 91.6 MB
- Stars: 656
- Watchers: 9
- Forks: 246
- Open Issues: 107
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# HtmlWidget monorepo
[![Flutter](https://github.com/daohoangson/flutter_widget_from_html/actions/workflows/flutter.yml/badge.svg)](https://github.com/daohoangson/flutter_widget_from_html/actions/workflows/flutter.yml)
[![codecov](https://codecov.io/gh/daohoangson/flutter_widget_from_html/branch/master/graph/badge.svg)](https://codecov.io/gh/daohoangson/flutter_widget_from_html)This repo contains the source code for everything `HtmlWidget`-related.
| Name | Link |
| ------------------------------------------------------------------ | ---------------------------------------------------------------------------------------------------------------------------------------- |
| [flutter_widget_from_html_core](./packages/core/) | [![pub package](https://img.shields.io/pub/v/flutter_widget_from_html_core.svg)](https://pub.dev/packages/flutter_widget_from_html_core) |
| [flutter_widget_from_html](./packages/enhanced/) | [![pub package](https://img.shields.io/pub/v/flutter_widget_from_html.svg)](https://pub.dev/packages/flutter_widget_from_html) |
| [fwfh_cached_network_image](./packages/fwfh_cached_network_image/) | [![pub package](https://img.shields.io/pub/v/fwfh_cached_network_image.svg)](https://pub.dev/packages/fwfh_cached_network_image) |
| [fwfh_chewie](./packages/fwfh_chewie/) | [![pub package](https://img.shields.io/pub/v/fwfh_chewie.svg)](https://pub.dev/packages/fwfh_chewie) |
| [fwfh_just_audio](./packages/fwfh_just_audio/) | [![pub package](https://img.shields.io/pub/v/fwfh_just_audio.svg)](https://pub.dev/packages/fwfh_just_audio) |
| [fwfh_url_launcher](./packages/fwfh_url_launcher/) | [![pub package](https://img.shields.io/pub/v/fwfh_url_launcher.svg)](https://pub.dev/packages/fwfh_url_launcher) |
| [fwfh_webview](./packages/fwfh_webview/) | [![pub package](https://img.shields.io/pub/v/fwfh_webview.svg)](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 |