Back to Browse

Flutter Infinite ListView Pagination #1 (/w the BLoC Pattern)

33.4K views
Jan 24, 2019
21:00

📗 Get the code from this tutorial 👇👇 https://resocoder.com/flutter-paginated-listview-1 👉 Learn the Bloc Pattern: https://youtu.be/oxeYeMHVLII 👉 Learn built_value: https://youtu.be/Jji05a2GV_s Flutter simplifies the process of building an efficient list a lot. If you're an Android developer, you know how much boilerplate it takes to do something as fundamental as a RecyclerView and Flutter spares you from all of that. As simple as Flutter's ListView is though, you still need to write some additional code to make it paginated. That is, not loading all the data at once but saving some bandwidth and only loading what's necessary, say, 20 results at a time. In this tutorial you're going to learn how to create paginated ListView in Flutter. We're going to do with the BLoC architecture pattern because even in an example app like this, we don't want our state floating all over the place. Go to my website for more information, code examples and articles: ● https://resocoder.com Follow me on social media: ● https://instagram.com/resocoder ● https://www.facebook.com/resocoder ● https://twitter.com/resocoder ● https://gab.ai/resocoder

Download

0 formats

No download links available.

Flutter Infinite ListView Pagination #1 (/w the BLoC Pattern) | NatokHD