daohoangson / flutter_widget_from_html

Flutter package to render html as widgets that supports hyperlink, image, audio, video, iframe and many other tags.
https://pub.dev/packages/flutter_widget_from_html
MIT License
635 stars 235 forks source link

How to parse epub html #1318

Open CunningMonkey opened 1 month ago

CunningMonkey commented 1 month ago

An EPUB file can be unzipped into multiple HTML files along with CSS and other files. Do you know how to use flutter_widget_from_html to display these HTML contents while preserving the CSS styles?

CunningMonkey commented 1 month ago

or is there any way can specify a css file when display html content?

daohoangson commented 2 weeks ago

External CSS is not supported for now.