Pagination / Infinite scrolling in Flutter with caching and realtime invalidation
问题 It's been a long time since I started to search for a Flutter ListView library that will allow me to use pagination in a smart way. Sadly I haven't found anything that meets my criteria: Smart pagination : the library should't simply increase a list page-by-page but must have a fixed size cache which load and keep in memory only the needed pages in the moment. Asyn loading : the library should basically accept a function which returns a future of a list representing a page. Real-time