bksubhuti / tipitaka-pali-reader

A Pali Reading app made in Flutter
21 stars 5 forks source link

Make Dictionary as widgets (cards, etc) instead of one giant HTML String #127

Open bksubhuti opened 1 year ago

bksubhuti commented 1 year ago

In order to accomplish https://github.com/bksubhuti/tipitaka-pali-reader/issues/118 and to improve dictionary experience. Need to put each dictionary item as a separate item and then build a future listviewbuilder. With expandable items.

The PEU algo is slowing down the process when other items are all ready. Need to do async as they arise.