Commit Graph

34 Commits

Author SHA1 Message Date
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 7b79e303f7 chore: upgrade min sdk version to 3.0.0 2024-01-28 14:36:32 -03:00
ricardodalarme 3bf329de34 chore(package): release v6.1.0 2024-01-09 14:51:07 -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
ricardodalarme 5b1a3f80c7 change: remove deprecated methods 2023-06-03 13:32:05 -03:00
jawwadhassan 8b68e62f21 docs: bump the version in pubspec.yaml, update the docs in README.md and CHANGELOG.md 2023-05-11 18:08:18 +05:00
Jawwad Hassan aaf0b187a3 docs: update CHANGELOG.md and bump version in pubspec.yaml 2023-05-04 16:16:28 +05:00
Ricardo Dalarme b2dd0e001f
feat: allow customize the backcard offset (#12) 2023-05-01 13:57:53 -03:00
Andrea Valenzano 852480fb57
fix: remove controller dispose and add removeListener (#16) 2023-04-24 13:04:41 -03: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 75d8ebe903 fix: pass the axis disabled to the card_animation (#13) 2023-04-12 00:13:43 -03:00
ricardodalarme 946d560b6f feat(callbacks): change `onSwipe` and `onEnd` to be FutureOr (#14) 2023-04-11 09:58:13 -03:00
ricardodalarme b5bb8f5c9a feat: add undo feature (#1) 2023-03-25 18:01:30 -03:00
ricardodalarme 5bf80d010a fix(onSwipe): fix onSwipe callback being called twice 2023-03-25 10:19:37 -03:00
ricardodalarme c763e1f2db chore(package): release v4.0.1 2023-03-24 10:30:49 -03:00
Christian Richert 21ea7874ca
feat: onSwipe method can cancel the swipe (#9) 2023-03-23 22:11:42 -03:00
ricardodalarme 3b868d1875 feat: add option to set the initial index 2023-03-20 10:07:38 -03:00
ricardodalarme db500bf458 feat(cards): render the items through a builder callback 2023-03-18 17:14:03 -03:00
ricardodalarme 5edd21e371 feat(callback): add currentIndex and previoudIndex to `onSwipe` (#7) 2023-03-18 16:18:41 -03:00
giboin a8cbd3a110
feature: display more cards behind the first one (#6) 2023-03-18 14:43:24 -03:00
Ricardo Dalarme 37f1d5518e chore(package): release v2.0.1 2023-02-21 20:57:44 -03:00
Ricardo Dalarme 6aa09f71dd chore(package): release version 2.0.0 2023-02-20 20:14:14 -03:00
giboin 00abce7aec update package version, readme and changelog 2023-02-20 14:05:45 -03:00
Ricardo Dalarme 8990e9e888 chore(package): release v1.2.0 2023-01-27 13:48:18 -03:00
Ricardo Dalarme 4f7d832d7c chore(package): release v1.1.1 2023-01-26 14:42:28 -03:00
Ricardo Dalarme 06ac501f9d feat(controller): allow swiping up and down 2023-01-24 15:28:55 -03:00
Ricardo Dalarme c5f5601c4a feat(type-safe): make all callbacks type-safe 2023-01-16 12:24:50 -03:00
Ricardo Dalarme 941b68ad7d chore(package): release v1.0.1 2023-01-15 23:27:36 -03:00
Ricardo Dalarme fd0ff6cfd6 chore(package): setup for release 2023-01-15 23:24:18 -03:00
Ricardo Dalarme 666959d21a chore(package): release version 1.0.2 2023-01-12 22:46:32 -03:00
Ricardo Dalarme a7dc0596df chore(docs): adjust the sample image 2023-01-12 22:25:51 -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