flex_infinity_view 0.2.0
flex_infinity_view: ^0.2.0 copied to clipboard
Flexible infinite scrolling for Flutter lists, grids, and staggered layouts with loading, empty, and error states.
0.2.0 #
- Added
scrollDirectiontoFlexInfiniteViewandFlexInfinityView. - Added horizontal infinite scrolling for list layouts.
- Documented horizontal sliver lists through the parent
CustomScrollView. - Updated the example app and widget tests for vertical and horizontal lists.
0.1.1 #
- Lowered the minimum supported Dart SDK to
>=3.8.0 <4.0.0. - Lowered the minimum supported Flutter version to
>=3.19.0.
0.1.0 #
- Initial release of
flex_infinity_view. - Added
FlexInfinityViewfor standalone infinite scrolling. - Added
FlexInfinitySliverViewforCustomScrollViewcomposition. - Added a structured example app that demonstrates list, grid, staggered, and sliver layouts.
- Added support for explicit
hasMorecontrol and configurablescrollThreshold. - Improved inline API documentation and default state messages.
- Replaced template docs and placeholder tests with package-ready content.