appinioGmbH / flutter_packages

Dart and Flutter plugins/packages used and maintained by @appinioGmbH
187 stars 214 forks source link

New version : Appinio swiper #73

Closed khanmujeeb687 closed 1 year ago

khanmujeeb687 commented 1 year ago

This branch has the following changes:

  1. cardsBuilder instead of a list of widgets, which follows the flutters coding style and greatly increases the performance, and makes the component scalable. Now we only render almost two cards at a time. It also solves this issue. issue
  2. User can block horizontal or vertical swipe. issue
  3. Now we can use swipeUp and swipeDown from controller. issue
  4. We have a new property which is called loop if you make it true then the cards will show up in loop and will never end.