PackageTrack
Sign in Get early access

loop_page_view

A simple Flutter PageView builder constructor wrapper that allows for endless scrolling on both directions.

1.2.5 12K downloads/mo #2667 most downloaded on pub.dev wjuniorgit/loop_page_view

What this package is like to depend on

Last release 3 years ago

no release in 18 months

Release timing varies

gaps range from 8 days to 10 months

Nearly every release is documented

notes for 20 of 20 stable releases

Nothing withdrawn

no release was ever pulled

6 years old

20 releases · first in 2020

0 releases in the last 12 months

see the full history below

Release timeline

20 releases · Jul 2020 to Jun 2023
2021 2022 2023 2024 2025 2026
Release Pre-release

Releases

latest 20
  1. 1.2.5 18 Jun 2023
    Release notes
    • Introduced LoopActivationMode with the following modes:
      • LoopActivationMode.immediate: This mode triggers infinite looping right from the first page, immediately after the LoopPageView is launched.
      • LoopActivationMode.afterFirstLoop: In this mode, infinite looping is only triggered after the first complete forward loop is performed.
      • LoopActivationMode.forwardOnly: This mode enables only forward infinite scrolling, preventing backward looping.
    Open source →
  2. 1.2.4 12 Jun 2023
    Release notes
    • Expose the value of initialPage in LoopPageController
    • Adds a new enum called LoopScrollMode to give users control over the scrolling direction in LoopPageController. Shortest option enables the controller to choose the shortest path to the target page. Forwards and Backwards options enforce a specific scrolling direction, regardless of which is the shortest path to the target page.
    Open source →
  3. 1.2.3 11 Jun 2023
    Release notes
    • Fix RangeError(index): Index out of range issue when hot reloading a 'LoopPageView' without a strong reference to a 'LoopPageController'
    Open source →
  4. 1.2.2 04 Jun 2023
    Release notes
    • Implements Listenable interface on LoopPageController
    • Revert commit 48ae3f7
    Open source →
  5. 1.2.1 25 Feb 2023
    Release notes
    • Fix WidgetsBinding null safety
    Open source →
  6. 1.2.0 16 Jun 2022
    Release notes
    • Migrate to Flutter 3
    • Swap container to sizedbox
    Open source →
  7. 1.1.1 04 Oct 2021
    Release notes
    • Update to null safety
    Open source →
  8. 1.1.0 04 Oct 2021
    Release notes
    • Updates min sdk to >=2.12.0.
    Open source →
  9. 1.0.11 02 Dec 2020
    Release notes
    • Added animateJumpToPage on LoopPageViewController. It animates to a page without building the pages in between.
    • Improved nearest page in animateToPage.
    • Loop is really infinite now.
    • Added the ScrollController interface to LoopPageViewController.
    Open source →
  10. 1.0.10 15 Sep 2020
    Release notes
    • Correctly update item count on widget update.
    Open source →
  11. 1.0.9 04 Aug 2020
    Release notes
    • Empty Container if itemCount is 0.
    Open source →
  12. 1.0.8 04 Aug 2020
    Release notes
    • LoopPageViewController if itemCount is 0 error fixed.
    Open source →
  13. 1.0.7 27 Jul 2020
    Release notes
    • LoopPageViewController is now a PageController composition.
    • LoopPageViewController.page value fixed.
    Open source →
  14. 1.0.6 23 Jul 2020
    Release notes
    • Fixed LoopPageView index forwarding value.
    Open source →
  15. 1.0.5 22 Jul 2020
    Release notes
    • LoopPageController created.
    Open source →
  16. 1.0.4 17 Jul 2020
    Release notes
    • Removed unrelated files from the project.
    Open source →
  17. 1.0.3 17 Jul 2020
    Release notes
    • Added documentation comments.
    Open source →
  18. 1.0.2 17 Jul 2020
    Release notes
    • Corrected information in readme file.
    Open source →
  19. 1.0.1 17 Jul 2020
    Release notes
    • Corrected initialPage value.
    Open source →
  20. 1.0.0 17 Jul 2020
    Release notes
    • Initial working release.
    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