Skip to content

paginate nearby hospitals list locally

This MR adds local pagination to the nearby hospitals page. Overpass doesn't have pagination features so we have to get the data from there in 1 go. We then save this data in a box and only show 10 ListTiles every time. Once user scrolls, more ListTiles are generated which then download the required hospital images. This reduces the lag significanlty

Merge request reports