From 6aa09f71dd816131651eaecda39abcb4f407dbb0 Mon Sep 17 00:00:00 2001 From: Ricardo Dalarme Date: Mon, 20 Feb 2023 20:00:35 -0300 Subject: [PATCH] chore(package): release version 2.0.0 --- CHANGELOG.md | 7 +++++++ pubspec.yaml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 57c6eeb..2e202eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.0.0] + +- Makes CardSwiper a generic of `Widget?`. +- Adds option to control if the stack should loop or not. +- **BREAKING CHANGE**: + - Now CardSwiper is a stack, meaning that the last item is now the visible item. + ## [1.2.1] - Add option to disable vertical or horizontal swipping diff --git a/pubspec.yaml b/pubspec.yaml index f6db20c..d4f54ac 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -2,7 +2,7 @@ name: flutter_card_swiper description: This is a Tinder-like card swiper package. It allows you to swipe left, right, up, and down and 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.2.1 +version: 2.0.0 environment: sdk: ">=2.12.0 <3.0.0"