infinite_scroll_plus 0.0.6
infinite_scroll_plus: ^0.0.6 copied to clipboard
A lightweight Flutter package to make lazy loading and infinite scrolling effortless.
0.0.1 #
- Have initial phase not working for all platforms
0.0.2 #
- Not working for web
0.0.3 #
- Working for all platforms,
- Provides infinite scrolling for Flutter ListViews and GridViews.
- Supports lazy loading and customizable loading indicators.
0.0.5 #
- Added InfiniteScrollGrid
- Improved loading indicator customization
- Fixed minor bugs
0.0.6 - 2025-11-13 #
Added #
- Proper library-level documentation and version comment.
- Inline comments explaining key parts of
InfiniteScrollListandInfiniteScrollGrid. - Type definition for
ItemWidgetBuilderclarified.
Fixed #
- Dangling library doc comment warning in
infinite_scroll_plus.dart. - Dart formatter issues; file now fully formatted.
Improved #
- Readability and maintainability of infinite scroll logic.
- Consistent use of
_scrollControllerand proper disposal handling.