flex_infinity_view 0.1.0
flex_infinity_view: ^0.1.0 copied to clipboard
Flexible infinite scrolling for Flutter lists, grids, and staggered layouts with loading, empty, and error states.
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.
- Removed the
skeletonizerdependency and kept a simple default loading state. - Replaced template docs and placeholder tests with package-ready content.