appinioGmbH / flutter_packages

Dart and Flutter plugins/packages used and maintained by @appinioGmbH
193 stars 224 forks source link

[ BUG ] : disable swipe on last page #307

Open frendcarlo opened 2 months ago

frendcarlo commented 2 months ago

Plugin name For e.g. - AppinioSwiper

Describe the bug I have 2 list of widgets, and when it reaches to the last page, I want the swipe to be disabled. Tried property allowUnlimittedUnswipe: false but this doesn't work.

Any idea how to disable swipe on last page?