infinite_grouped_list 1.0.1 copy "infinite_grouped_list: ^1.0.1" to clipboard
infinite_grouped_list: ^1.0.1 copied to clipboard

Dynamic scrolling list in Flutter, efficiently grouping items and seamlessly loading more data as user scrolls

1.0.1 🐛 Bug fixes & API improvements #

  • Removes padding parameter as it does not correspond to anything
  • Adds isPaged parameter. If the onLoadMore is not paged, everytime the same items will be added to the list when the list reaches at the bottom. Therefore, we should set the isPaged to false and after the initial fetch it will stop fetching the items. It defaults to true
  • Checks if mounted before setting state

1.0.0 🎉 Initial release #

  • Initial release
25
likes
0
pub points
82%
popularity

Publisher

verified publisheresentis.dev

Dynamic scrolling list in Flutter, efficiently grouping items and seamlessly loading more data as user scrolls

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, flutter_sticky_header, lint, test

More

Packages that depend on infinite_grouped_list