You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 the PageView, e.g. bouncing animation when itemCount is reached.
The current implementation always loops, but I have use cases where I'd prefer to have the standard non-looping behavior while still maintaining access to the smooth animation functions. Is there any existing way to disable looping, or could this be added as a configuration option?