googlecodelabs / photos-sharing

Code for the "Build a Photo Sharing app with Google Photos and Flutter" codelab
Apache License 2.0
98 stars 71 forks source link

Support pagination when listing albums #8

Open jfschmakeit opened 5 years ago

jfschmakeit commented 5 years ago

Listing albums does not currently support pagination. Only the first 50 albums are loaded from the Google Photos Library API and displayed in the app.

This leads to issues like https://issuetracker.google.com/137941036 where albums created by the app are not show in the app, as they would be returned on a subsequent page.