Flutter_widget_from_html: Split very long content into pages

Created on 2 Mar 2020  路  4Comments  路  Source: daohoangson/flutter_widget_from_html

I have multiple html files with very long text which I would like to split into pages to make it easier to read and navigate. Here's an example of this:
image
Can I change the widget to implement similar? And scrollview does not fit.

question

Most helpful comment

Ah, you want to split pages by actual rendering height? Are you developing an eBook reader or similar?

Yes

All 4 comments

I think you can split with with regular expression or similar before rendering each page HTML? That should be simple enough.

but I don鈥檛 know how long html will be

Ah, you want to split pages by actual rendering height? Are you developing an eBook reader or similar?

Ah, you want to split pages by actual rendering height? Are you developing an eBook reader or similar?

Yes

Was this page helpful?
0 / 5 - 0 ratings

Related issues

leewonghao picture leewonghao  路  7Comments

mamonraab picture mamonraab  路  7Comments

ahmadkhedr picture ahmadkhedr  路  7Comments

LauDijksterhuis picture LauDijksterhuis  路  5Comments

theneshofficial picture theneshofficial  路  4Comments