gamma_smart_pagination 1.0.0 gamma_smart_pagination: ^1.0.0 copied to clipboard
Flutter package for infinite scrolling pagination, which supports pull down to refresh and pull up to load more.
1.0.0 #
- Breaking changes:
GammaSmartController
is nowGammaController
GammaControllerStatus
is now a generated freezed model.- added
child
param. - removed
itemBuilder
, - removed
separatorBuilder
- Added code documentation for the package
- Updated the example app to refrlect different controller states
- Optimized scroll controller handling to trigger callbacks only when expected.
- Updated documentation
- Added unit and widget tests
0.0.3 #
- General improvements
0.0.2 #
- Updated class names of GammaSmartController and GammaSmartPagination
0.0.1 #
- Initial setup