parse-community / Parse-SDK-Flutter

The Dart/Flutter SDK for Parse Platform
https://parseplatform.org
Apache License 2.0
575 stars 190 forks source link

Add pagination in ParseLiveList and ParseLiveGrid #937

Open maravilhosinga opened 1 year ago

maravilhosinga commented 1 year ago

New Feature / Enhancement Checklist

Current Limitation

Parse by default return 1000 objects per query, and this takes time, if you have more that 1000 objects or you limit results then you can't get other objects

Feature / Enhancement Description

the idea if to limit results to 20 objects for example and keep adding objects into the list when scrolling. It may be added manually by clicking next button or automatically when all objects in the list are shown

parse-github-assistant[bot] commented 1 year ago

Thanks for opening this issue!