eazy_swipeable_cards 1.1.1
eazy_swipeable_cards: ^1.1.1 copied to clipboard
A new Flutter package that helps creating a stack of swipeable cards.
1.1.1 #
- add index to the builder function
- the callback methods should return bool, if true then continue the swipe, if false prevent the swipe
1.1.0 #
- Add vertical swiping support
1.0.1 #
- Fixed onSwipeLeft and onSwipeRight
1.0.0 #
- Copilot refactored the code
- Added swipe velocity as a param for the dev to choose the velocity trigger
- Fixed the animation of the swap
- Refactored the code using copilot
- Added double tap
- Show right and left widget on trigger
- Refactored the code to use the bloc pattern, not the PACKAGE!
- Removed currentIndex since it's useless
- Refactor stream controller initialization for VariablesController
- Refactor swipeable cards implementation for improved performance by using one single streambuilder
- Added animations
- Improved the example app
- Fixed velocity check
- Chore: Refactor swipeable cards implementation for improved performance
- Added logging
- Fixed cards order
- Added swipe action
- Added cards visibility options
- Improved the layout
- Refactor widget to use new swipeable cards implementation
0.0.4 #
- Marked screenHeight & screenWidth for deprecation.
- Removed the children parameter and added a builder method instead.
- Added pagination params
0.0.3 #
- Removed the borderColor param.
- Added the borderRadius param.
- Added the elevation param.
0.0.2 #
- Renamed the widget name
0.0.1 #
- First release.