Skip to content

Commit

Permalink
v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
iamSahdeep committed Mar 10, 2021
1 parent 1947d96 commit 259cba6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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.


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: 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:
Expand Down

0 comments on commit 259cba6

Please sign in to comment.