Commit Graph

44 Commits

Author SHA1 Message Date
JohnE b617e09aed feat: support for tapping a card 2024-10-15 19:39:20 -07:00
ltOgt aa378eaecd update pubspec and changelog 2024-10-08 20:50:24 -03:00
Kalle Johansson 3b0796ca48
fix: prevent early dispose of CardSwiperController (#38)
Co-authored-by: Kalle Johansson <kalle.johansson.ext@Knowunity-0005.local>
2024-05-06 09:34:37 -03:00
ricardodalarme ad7740e9c2 chore(package): release v7.0.0 2024-01-28 14:40:11 -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
ricardodalarme b3ae883683 chore(lint): update lint rules 2024-01-09 14:48:01 -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 f1ab70fd99 chore(pubspec): allow dart 3 2023-06-08 22:15:27 -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
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 ba2bb6a625 tests: include more tests 2023-03-28 00:18:14 -03:00
ricardodalarme 3abd2b059d docs: update the readme
* Add references to the new undo feature
* Use images from the repository itself
* Adjust some typos
2023-03-26 11:25:26 -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
ricardodalarme 33915ff416 docs: improve documentation 2023-03-23 23:28:51 -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
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 bb0203ea2f chore(package): release v1.1.0+1 2023-01-24 15:49:46 -03:00
Ricardo Dalarme eb9b50bb7b chore(package): release v1.1.0 2023-01-24 15:41:59 -03:00
Ricardo Dalarme f1b3027bf6 chore(pubspec): update package description 2023-01-24 15:34:48 -03:00
Ricardo Dalarme b371c2ba82 chore(package): release v1.0.2 2023-01-16 12:26:11 -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 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 666959d21a chore(package): release version 1.0.2 2023-01-12 22:46:32 -03:00
Ricardo Dalarme 5ec457c0ff chore(pubpsec): add screenshots 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 e53456bf55 chore(lint): add flutter_lints
And also fix all warnings
2023-01-12 20:45:42 -03:00
Ricardo Dalarme 75d41d8748 chore: fork project from `cta-flutter-tinder-card-animation` 2023-01-12 20:38:20 -03:00