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?