chore(package): release v1.0.1

This commit is contained in:
Ricardo Dalarme 2023-01-15 23:26:35 -03:00
parent 1368062e72
commit 941b68ad7d
3 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
## [1.0.1]
- Fix problem with the back card not being rendered
## [1.0.0]
- Based on Appinio Swiper

View File

@ -62,7 +62,7 @@ in your project's root directory.
In your library add the following import:
```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/).

View File

@ -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.
homepage: https://github.com/ricardodalarme/flutter_card_swiper
issue_tracker: https://github.com/ricardodalarme/flutter_card_swiper/issues
version: 1.0.0
version: 1.0.1
environment:
sdk: ">=2.12.0 <3.0.0"