loop_page_view
loop_page_view copied to clipboard
A simple Flutter PageView builder constructor wrapper that allows for endless scrolling on both directions.
dynamically delete an element, or add an element You start with three and then you add two or you start with six and you delete one and you scroll indefinitely...
The current example in the repository is outdated and needs to be updated to showcase the usage of `LoopScrollMode` and `LoopActivationMode` in `LoopPageView`. This update will provide a more comprehensive...
I needed a dynamic number of pages in my app but I had some problems so I made a small example app to try and reproduce them so I decided...
I encountered difficulties integrating LoopPageController with other widgets that rely on PageController, such as SmoothPageIndicator. Since LoopPageController does not behave exactly like PageController, it makes smooth page transitions and fractional...
I've been using the LoopPageView package primarily for its excellent animateJumpToPage function, which works great for my needs. However, I'm looking for a way to disable the looping behavior of...
When the page does not slide to the end, it triggers onPageChanged to jump to the next page, which is not smooth No sliding transition animation, but immediately jumps to...