PackageTrack
Sign in Get early access

auto_paginated_view

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

1.7.0 CodingFries/auto_paginated_view

What this package is like to depend on

Last release 1 years ago

04 Jul 2025

Ships on a steady schedule

a new release about every 2 weeks

Nearly every release is documented

notes for 8 of 8 stable releases

Nothing withdrawn

no release was ever pulled

1 years old

8 releases · first in 2025

0 releases in the last 12 months

see the full history below

Release timeline

8 releases · Jun 2025 to Jul 2025
2026
Release Pre-release

Releases

latest 8
  1. 1.7.0 04 Jul 2025
    Release notes
    • 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
    Open source →
  2. 1.6.0 04 Jul 2025
    Release notes
    • Bug Fixes:
      • Fix autoRefresh Logic
    Open source →
  3. 1.5.0 04 Jul 2025
    Release notes
    • Big Fixes:
      • Pass onRefresh Callback to Empty State Builder
    Open source →
  4. 1.4.0 04 Jul 2025
    Release notes
    • Functionality improvements:
      • Added Retry callbacks for Empty and Error states
    Open source →
  5. 1.3.0 04 Jul 2025
    Release notes
    • Functionality improvements:
      • Added Refresh Button when the list is empty
    Open source →
  6. 1.2.0 04 Jul 2025
    Release notes
    • 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
    Open source →
  7. 1.1.0 17 Jun 2025
    Release notes
    • 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
    Open source →
  8. 1.0.0 03 Jun 2025
    Release notes
    • 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
    Open source →

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive