Commit Graph

37 Commits

Author SHA1 Message Date
ricardodalarme bea7ea77a5 chore(ios): update example native files 2024-01-28 14:36:32 -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
ricardodalarme 44faeebb08 fix(lint): adjust lint errors 2023-05-15 11:27:53 -03: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
ricardodalarme b5bb8f5c9a feat: add undo feature (#1) 2023-03-25 18:01:30 -03:00
ricardodalarme 2a93440b85 change(example): remove cancel swipe example on OnSwipe callback
* It was removed because it can cause users to think that there is a bug
  in the library, because the swipe is canceled
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 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 b525ca91e8 chore(gitignore): ignore pubspec.lock as recommended in the dart documentation 2023-02-21 20:54:29 -03:00
Ricardo Dalarme 5f71cf9b4d feat: add option to control if the stack should loop 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 a7dc12dc4e chore(pubspec): update dependencies 2023-02-09 09:44:44 -03:00
Ricardo Dalarme f41897b13f refactor(lint): add new lint rules 2023-01-26 14:35:51 -03:00
Ricardo Dalarme db609c2f7c change(example): use debugPrint instead of log 2023-01-24 16:01:26 -03:00
Ricardo Dalarme 06ac501f9d feat(controller): allow swiping up and down 2023-01-24 15:28:55 -03:00
Ricardo Dalarme f6950c2c9a refactor(example): make the example simpler 2023-01-24 14:31:53 -03:00
Ricardo Dalarme 3be74fff19 refactor(package): split the code into more files 2023-01-15 23:24:18 -03:00
Ricardo Dalarme fd0ff6cfd6 chore(package): setup for release 2023-01-15 23:24:18 -03:00
Ricardo Dalarme c5f220488e change(package): complety remove the unswipe feature 2023-01-15 22:51:09 -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 1bd59b9946 feat(types): make the callbacks type-safe 2023-01-13 23:46:21 -03:00
Ricardo Dalarme 666959d21a chore(package): release version 1.0.2 2023-01-12 22:46:32 -03:00
Ricardo Dalarme b763e88957 refactor(example): simplify the example 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 1b99984773 change: replace own `Direction` to native `AxisDirection` 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 bb0fc895e0 feat(example): improve example perfomance 2023-01-12 21:03:25 -03:00
Ricardo Dalarme 739738fb0d chore(example): recreate a brand new project 2023-01-12 20:53:01 -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