Skip to content

Flutter App with the BLoC design pattern showing the basic implementation of Lazzy Loading(pagination) data in a listview

Notifications You must be signed in to change notification settings

soumyasethy/flutter-lazyloading-bloc-pagination

Repository files navigation

alt text alt text

Flutter LazyLoading with BLoC Design Pattern

This is a very basic example of implementation of pagination with Flutter Blocs design pattern. Breaking a large set of list data in smaller chunks so that it will improve performance of rendering UI.

  • Initially load 10 items
  • Add 10 more items everytime when scrolling position reach to bottom of the listview.

Use Case

This can be replaced with the real api call.

Designed Using

About

Flutter App with the BLoC design pattern showing the basic implementation of Lazzy Loading(pagination) data in a listview

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published