How can we paginate using riverpod?

742

On freecodecamp there is a detailed guide on how to implement infinite pagination using Riverpod, you should be able to follow it step by step:

https://www.freecodecamp.org/news/infinite-pagination-in-flutter-with-riverpod/

Share:
742
appdev
Author by

appdev

Updated on January 04, 2023

Comments

  • appdev
    appdev over 1 year

    I have network request to call with page , which approach would be better for pagination with riverpod using it for the first time , do i go with state notifier or change notifier for this please guide.

  • appdev
    appdev about 2 years
    ok thanks will see it