Commit Graph

19 Commits

Author SHA1 Message Date
Sreelal TS 1b61523dfe Swipe to an angle
Allow swiping to custom direction specified by an angle
2024-10-08 20:54:45 -03:00
ricardodalarme 1b3e905e82 feat(controller): add method to jump to index without animation (#25) 2024-01-28 14:40:11 -03:00
ricardodalarme a79449dfe6 feat: update controller to use stream 2024-01-28 14:36:32 -03:00
ricardodalarme b8e15e0e5b refactor: improve code organization 2024-01-28 14:36:32 -03:00
ricardodalarme c1b0ca39e3 feat(AllowedSwipeDirection): make only and symmetric const constructors 2024-01-09 14:47:13 -03:00
sarope 1f23f08ea1
feat: additional info to cardBuilder (#22)
Additional swiping info to cardBuilder callback
Add an additional callback containing the horizontal and vertical swipe direction 

Co-authored-by: samuel.peirson.knowunity <samuel.peirson@knowunity.com>
2023-06-26 16:04:31 -03:00
jawwadhassan 9976486d02 feat: add the functionality to allow swipes individually in left, right, up or/and down directions 2023-05-11 17:30:28 +05:00
kzrnm 095d46f21a
fix: swiping through the `controller` when `isDisable` is `true` (#15)
- When isDisable was true it wasn't possible to swipe using the controller
2023-04-17 22:33:04 -03:00
ricardodalarme 2cb3536d66 test: add some helpers to simplify the tests 2023-03-29 10:43:28 -03:00
ricardodalarme ba2bb6a625 tests: include more tests 2023-03-28 00:18:14 -03:00
ricardodalarme 909c2fa00b tests(card_swiper): add tests for card_swiper 2023-03-26 13:09:10 -03:00
ricardodalarme b5bb8f5c9a feat: add undo feature (#1) 2023-03-25 18:01:30 -03:00
ricardodalarme 23c5e9f0d3 refactor(tests): update the controller test description 2023-03-25 16:53:59 -03:00
ricardodalarme 9288df4d65 test: add tests for the isBetween function 2023-03-25 16:53:59 -03:00
Ricardo Dalarme 6e7e8a78fe feat(tests): add a test for the CardSwiperController 2023-01-27 14:20:14 -03:00
Ricardo Dalarme ead2b3f8b5 chore(package): rename the package to `flutter_card_swiper` 2023-01-15 22:06:46 -03:00
Ricardo Dalarme 04b2346ad2 chore(package): change the base to the `appinio_swiper` package 2023-01-15 21:58:45 -03:00
Ricardo Dalarme 2b92e3577d chore(project): rename the project to `swipeable_cards_stack` 2023-01-12 21:37:51 -03:00
Ricardo Dalarme 75d41d8748 chore: fork project from `cta-flutter-tinder-card-animation` 2023-01-12 20:38:20 -03:00