From 259cba6dba4817baf938cb689c1eeb9160faa4fd Mon Sep 17 00:00:00 2001 From: Sahdeep Singh Date: Wed, 10 Mar 2021 21:08:03 +0530 Subject: [PATCH] v2.0.0 --- CHANGELOG.md | 3 +++ README.md | 7 ++++--- pubspec.yaml | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 42a160f..36e9803 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # ChangeLog +## 2.0.0 +* Includes all Prereleases. + ## 2.0.0-dev.3-nullsafety * Migrate to Dart Null Safety * Minor Bugs Fixes diff --git a/README.md b/README.md index 895b8dc..4cf2955 100644 --- a/README.md +++ b/README.md @@ -95,12 +95,13 @@ # Migration -Some things to keep in mind while updateing to v2.0.0 from any version. +Some things to keep in mind while updating to v2.0.0 from any version. * v2.0.0 is migrated to null safety. See [migration](https://dart.dev/null-safety/migration-guide) * Attribute `enableSlideIcon` is removed from LiquidSwipe. You can simply pass `null` to `slideIconWidget` to enable and disable it. * Attribute `positionSlideIcon` is now ranged from 0.0 to 1.0. + * Next Reveal is there by default. If you want to disable it you might want to make changes in your fork. Create an issue I will help. -Thats it ;) +That's it ;) # Sample APK @@ -171,7 +172,7 @@ Please Refer to [API documentation](https://pub.dev/documentation/liquid_swipe/l # Credits - - [Cuberto](https://github.com/Cuberto) for awesome imlemented [Liquid Swipe](https://github.com/Cuberto/liquid-swipe) in Swift. + - [Cuberto](https://github.com/Cuberto) for awesome implemented [Liquid Swipe](https://github.com/Cuberto/liquid-swipe) in Swift. - [@aagarwal1012](https://github.com/aagarwal1012) for [IntroViews](https://github.com/aagarwal1012/IntroViews-Flutter), it made my work too easy. diff --git a/pubspec.yaml b/pubspec.yaml index f487350..bb58262 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: liquid_swipe description: A Flutter plugin to implement liquid Swipe effect to provided containers. -version: 2.0.0-dev.3-nullsafety +version: 2.0.0 homepage: https://github.com/iamSahdeep/liquid_swipe_flutter environment: