gamma_smart_pagination 1.0.3 copy "gamma_smart_pagination: ^1.0.3" to clipboard
gamma_smart_pagination: ^1.0.3 copied to clipboard

Flutter package for infinite scrolling pagination, which supports pull down to refresh and pull up to load more.

1.0.3 #

  • removed platform directories based on https://github.com/flutter/flutter/pull/125292 (this fixes the depricated android embedding warning)
  • updated readme

1.0.2 #

  • Updated README
  • Removed other platforms except ios and android (since the package is not tested yet on other platforms)

1.0.1 #

  • Updated code docs
  • Internal / non-public facing method names updated
  • Updated README

1.0.0 #

  • Breaking changes:
    • GammaSmartController is now GammaController
    • 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
7
likes
0
points
139
downloads

Publisher

verified publishergammatech.mk

Weekly Downloads

Flutter package for infinite scrolling pagination, which supports pull down to refresh and pull up to load more.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, freezed_annotation

More

Packages that depend on gamma_smart_pagination