scroll_infinity 0.3.0
scroll_infinity: ^0.3.0 copied to clipboard
Infinite scrolling package.
0.3.0 - 2024-07-04 #
- Added
headerproperty to allow the addition of a header to the listing. - Created
ScrollInfinityInitialItemsNotifierto notify about the initial items. - Introduced
ScrollInfinityLoaderfor custom loading dynamics of initial items. - Added
enableRetryOnErroranderrorproperties for error handling and retry logic.
0.2.1 - 2024-07-03 #
- Fixed item duplication bug when no interval is used.
0.2.0 - 2024-07-02 #
- Added interval feature to allow adding a specific element within a certain interval.
- Added item index to
itemBuilderfor accessing the item's position in the list.
0.1.1 - 2024-06-26 #
- Added
initialPageIndexproperty to define the initial page index. - Renamed
pageKeytopageIndex. - Reorganized the order of properties.
0.1.0 - 2024-06-26 #
- Added reset feature.
- Improved documentation.
- Added
scrollbarsproperty to define the visibility state of the scrollbar.
0.0.2 - 2024-06-26 #
- Componentization and documentation of
LoadingStyle. - Added documentation for the package properties and methods.
- Added new properties to define the initial items of the list and to disable the initial request.
- Updated the package documentation.
0.0.1 - 2024-06-22 #
- First version.