chore(package): release v1.0.1
This commit is contained in:
parent
1368062e72
commit
941b68ad7d
|
|
@ -1,3 +1,7 @@
|
||||||
|
## [1.0.1]
|
||||||
|
|
||||||
|
- Fix problem with the back card not being rendered
|
||||||
|
|
||||||
## [1.0.0]
|
## [1.0.0]
|
||||||
|
|
||||||
- Based on Appinio Swiper
|
- Based on Appinio Swiper
|
||||||
|
|
|
||||||
|
|
@ -62,7 +62,7 @@ in your project's root directory.
|
||||||
In your library add the following import:
|
In your library add the following import:
|
||||||
|
|
||||||
```dart
|
```dart
|
||||||
card_swiperimport 'package:flutter_card_swiper/card_swiper.dart';
|
card_swiperimport 'package:flutter_card_swiper/flutter_card_swiper.dart';
|
||||||
```
|
```
|
||||||
|
|
||||||
For help getting started with Flutter, view the online [documentation](https://flutter.io/).
|
For help getting started with Flutter, view the online [documentation](https://flutter.io/).
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@ name: flutter_card_swiper
|
||||||
description: This is Tinder like swipeable cards package. You can add your own widgets to the stack, receive all four events, left, right, up and down. You can define your own business logic for each direction.
|
description: This is Tinder like swipeable cards package. You can add your own widgets to the stack, receive all four events, left, right, up and down. You can define your own business logic for each direction.
|
||||||
homepage: https://github.com/ricardodalarme/flutter_card_swiper
|
homepage: https://github.com/ricardodalarme/flutter_card_swiper
|
||||||
issue_tracker: https://github.com/ricardodalarme/flutter_card_swiper/issues
|
issue_tracker: https://github.com/ricardodalarme/flutter_card_swiper/issues
|
||||||
version: 1.0.0
|
version: 1.0.1
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ">=2.12.0 <3.0.0"
|
sdk: ">=2.12.0 <3.0.0"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue