iamSahdeep/liquid_swipe_flutter

JumpToPage does not jump to previous pages at the last index

copperheadCrotch opened this issue · 3 comments

This is a very nice plugin, thank you! When I want to jump from right to left (from the last page to the first one),
liquidController.jumpToPage(page: 0);
the current behavior prevent me doing it, unless enableLoop is set to be true, is that designed to be so?

Hey, Thanks for creating the first issue. I will respond in a day or two. If doesn't, feel free to ping me.

Hey @Testispuncher Thanks for the feedback. You are right it was not intentional. Actually jumpToPage method had a internal usage as well. I have removed the condition for the same.

Can you please test version 2.0.0-dev.2 , and please let me know of any other issues. Thanks again.

@iamSahdeep Thanks for the quick fix. It works!