MarcelGarus / flutter_cached

🧾 Flutter widget allowing easy cache-based data display in a ListView featuring pull-to-refresh and error banners.
BSD 3-Clause "New" or "Revised" License
17 stars 2 forks source link

Support limiting the returned list #3

Open JonasWanke opened 4 years ago

JonasWanke commented 4 years ago

Use case: In the Schul-Cloud App we want to show a card on the dashboard displaying only the three most recent news entries. We could limit the returned list on UI side but it's more efficient to only load required entitites from the database/network in the first place, especially in combination with pagination.