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 findAll #935

Open founderblocks-sils opened 1 year ago

founderblocks-sils commented 1 year ago

New Feature / Enhancement Checklist

Current Limitation

The findAll API isn't available causing people to use "find" without thinking about it and then they have bugs if they don't think about paging :)

Feature / Enhancement Description

Expose the findAll like the JS parse SDK do.

Example Use Case

fetching more than 100 objects :)

Alternatives / Workarounds

everyone builds it for themselves

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

Thanks for opening this issue!