Skip to content

adumrewal/swipeable-card

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Summary:

Goto code folder, download (or click on edit and copy content) the file "swipeable-card.dart" and use it in your project

Swipeable Cards:

(These can also be called: Tinder card, Stacked cards)

In the recent times there are a lot of mobile applications which require a stack of swipeable cards. Flutter being a relatively new platform, it is difficult to find multiple options of library which can exclusively satisfy your needs.

screen-recording

History

For tinder like stacked cards, there exists one popular flutter package called flutter_tindercard. It is easy to use and provides exactly what you need. However, in the recent times there has not been a lot of contributions to the repo and you need to import the entire package for use. In this repository I have used codes from flutter_tindercard repo and added the following pros:

  • You only need to download one file (code/swipeable-card.dart) and place it in your codebase anywhere
  • Having the source code file inside your projects helps you easily modify it according to your use-case
  • New features: Change card background color on movement of cards (multiple more use-cases)
  • Minor bug fixes
  • I will try to maintain this repository actively and feel free to ping if you need some more features

Dependencies

Distributed under the Apache 2.0 license. See LICENSE for more information.

If you need any help, feel free to reach out.