ftognetto / riverpod_infinite_scroll

A plugin for Flutter's infinite_scroll_pagination that works with Riverpod.
MIT License
27 stars 23 forks source link

Need to import infinite_scroll_pagination for PagedListView #9

Closed h-unterp closed 2 years ago

h-unterp commented 2 years ago

It was not covered in documentation to import PagedListView from https://pub.dev/packages/infinite_scroll_pagination

Either:

  1. Document this. or
  2. include if possible https://pub.dev/packages/infinite_scroll_pagination in riverpod_infinite_scroll
ftognetto commented 2 years ago

Currently infinite_scroll_pagination is already a dependency of riverpod_infinite_scroll, but if you want to use a infinite_scroll_pagination widget in your ui you must import it :)

ftognetto commented 2 years ago

Thanks to you now this is on the documentation :)