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
Releases
latest 20-
1.2.518 Jun 2023Release notes
Open source →- Introduced
LoopActivationModewith the following modes:LoopActivationMode.immediate: This mode triggers infinite looping right from the first page, immediately after theLoopPageViewis 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.
- Introduced
-
1.2.412 Jun 2023Release notes
Open source →- Expose the value of
initialPageinLoopPageController - Adds a new
enumcalledLoopScrollModeto give users control over the scrolling direction inLoopPageController. 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.
- Expose the value of
-
1.2.311 Jun 2023Release notes
Open source →- Fix RangeError(index): Index out of range issue when hot reloading a 'LoopPageView' without a strong reference to a 'LoopPageController'
-
1.2.204 Jun 2023Release notes
Open source →- Implements Listenable interface on LoopPageController
- Revert commit 48ae3f7
-
1.2.125 Feb 2023 -
1.2.016 Jun 2022 -
1.1.104 Oct 2021 -
1.1.004 Oct 2021 -
1.0.1102 Dec 2020Release notes
Open source →- 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.
-
1.0.1015 Sep 2020 -
1.0.904 Aug 2020 -
1.0.804 Aug 2020 -
1.0.727 Jul 2020Release notes
Open source →- LoopPageViewController is now a PageController composition.
- LoopPageViewController.page value fixed.
-
1.0.623 Jul 2020 -
1.0.522 Jul 2020 -
1.0.417 Jul 2020 -
1.0.317 Jul 2020 -
1.0.217 Jul 2020 -
1.0.117 Jul 2020 -
1.0.017 Jul 2020