Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaunRain authored Jul 8, 2019
1 parent df14605 commit 575b331
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,13 @@ Tinder/TanTan Card Widget.

## Getting Started

1. Depend on it by adding this to your pubspec.yaml file: ```flutter_tindercard: ^0.1.4```
1. Depend on it by adding this to your pubspec.yaml file: ```flutter_tindercard: ^0.1.5```

2. Import it: ```import 'package:flutter_tindercard.dart'```

3. Add TinderSwapCard in your widget layout and write the single card layout builder you need, then you get a Tinder(探探) like swap card widget!

4. Use `CardSwipeCompleteCallback` for the swiped orientation and index!

## Example
[See Here](./example/example.dart)

0 comments on commit 575b331

Please sign in to comment.