bloc_infinity_list 0.0.8 copy "bloc_infinity_list: ^0.0.8" to clipboard
bloc_infinity_list: ^0.0.8 copied to clipboard

Infinite scrolling ListView with BLoC integration for Flutter applications.

0.0.8 #

  • Web support
  • Refactoring

0.0.7 #

  • Added a new AutomaticInfiniteListPage with shrinkWrap = false for classic scrolling
  • Reintroduced ScrollController logic for infinite scroll detection in both shrinkWrap modes
  • Enhanced DartDoc comments across AutomaticInfiniteListView, ManualInfiniteListView, and the base InfiniteListView class
  • Showcased pull-to-refresh integration and “no more items” handling
  • Provided example pages illustrating manual and automatic loading scenarios

0.0.6 #

  • Custom no more item widget
  • Documentation refactoring

0.0.5 #

  • Documentation refactoring
  • Custom divider

0.0.4 #

  • Added customization options
  • Refactoring

0.0.3 #

  • Change readme

0.0.2 #

  • Update documentation.

0.0.1 #

  • Added infinite scrolling ListView with BLoC integration and debounce feature.