flutter-bloc-patterns icon indicating copy to clipboard operation
flutter-bloc-patterns copied to clipboard

make the information about the total number of objects in the repository available

Open ayushin opened this issue 4 years ago • 1 comments

If we are to use this package in production we would like to be able to have the information about the total number of pages, i.e. the total number of objects in the repository passed from the backend.

Could you please take a look at the PR and tell what you think?

ayushin avatar Jun 16 '20 07:06 ayushin

OK, so I guess the current PagedListBloc should actually be called InfiniteListBloc and what I need is the actual PagedListBloc that loads just one page at a time.

ayushin avatar Jun 16 '20 11:06 ayushin