auto_paginated_view 1.7.0 copy "auto_paginated_view: ^1.7.0" to clipboard
auto_paginated_view: ^1.7.0 copied to clipboard

A Flutter package that simplifies implementing infinite scrolling lists with automatic pagination handling.

1.7.0 July 04, 2025 #

  • Feature Restoration:

    • Restored autoRefreshOnEmptyList parameter - automatic refresh when list becomes empty is now supported again
    • This feature automatically triggers onLoadMore when the list becomes empty (transitions from having items to being empty)
    • Default value is true to maintain backward compatibility
  • Breaking Changes:

    • Removed autoRefreshOnListChange parameter - automatic refresh when list changes is no longer supported
    • Users should now manually control refresh behavior through pull-to-refresh or explicit button actions for list change scenarios

1.6.0 July 04, 2025 #

  • Bug Fixes:
    • Fix autoRefresh Logic

1.5.0 July 04, 2025 #

  • Big Fixes:
    • Pass onRefresh Callback to Empty State Builder

1.4.0 July 04, 2025 #

  • Functionality improvements:
    • Added Retry callbacks for Empty and Error states

1.3.0 July 04, 2025 #

  • Functionality improvements:
    • Added Refresh Button when the list is empty

1.2.0 July 04, 2025 #

  • Added new functionality:
    • Added autoRefreshOnEmptyList parameter to automatically refresh when the list becomes empty
    • Added autoRefreshOnListChange parameter to automatically refresh when the list changes (useful for pull-to-refresh scenarios)
    • Enhanced pull-to-refresh functionality to work properly with empty states

1.1.0 June 17, 2025 #

  • Added new functionality:
    • setStateIfMounted utility method to safely update state even when widget is unmounted
    • Improved state management to prevent "setState() called after dispose()" errors
    • State variables now update properly even when UI can't reflect changes
  • Documentation improvements:
    • Enhanced README layout with better organized example GIFs
    • Improved visual presentation of examples in documentation
    • Added more detailed parameter descriptions
  • Example app improvements:
    • Updated example app README with clearer instructions
    • Added screenshots and feature demonstrations

1.0.0 #

  • Initial release of AutoPaginatedView
  • Features:
    • Support for ListView, GridView, SliverList, and SliverGrid
    • Automatic loading when scrolling to the end of the list
    • Built-in loading, error, and empty state handling
    • Customizable state builders
    • Support for pull-to-refresh when used with RefreshIndicator
2
likes
160
points
162
downloads

Publisher

verified publishercodingfries.com

Weekly Downloads

A Flutter package that simplifies implementing infinite scrolling lists with automatic pagination handling.

Repository (GitHub)
View/report issues

Topics

#infinite-scrolling #pagination #lazy-loading

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

flutter, visibility_detector

More

Packages that depend on auto_paginated_view