Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
长月 authored and 长月 committed Jul 30, 2019
1 parent 5d5d6c2 commit f62a9c8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,8 @@
- update `CardSwipeCompleteCallback` with the card's index param:

## 0.1.6
- add `CardController` to trigger swap from outside.
- add `CardController` to trigger swap from outside.

## 0.1.7
- add `animDuration` param to custom.
- Optimize the animation.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Tinder/TanTan Card Widget.

## Getting Started

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

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

Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flutter_tindercard
description: Tinder(TanTan) Card Widget, fast way to have a high quality swap card widget in your flutter app.
version: 0.1.6
version: 0.1.7
author: ShaunRain <[email protected]>
homepage: https://github.com/ShaunRain/flutter_tindercard

Expand Down

0 comments on commit f62a9c8

Please sign in to comment.