In the previous part we’ve created a built_value class for holding the data, a data source from which we get the paginated data and we also created all the different files which we’re going to need in order to have a paginated ListView using the BLoC pattern.
In this part we’re going to finish the app by creating the actual BLoC, handling dependency injection and also making the UI.
👉Get the code from this tutorial👈
Really loved the tutorial, can you please make a repository on GitHub about how to use real data from a simple API?