Skip to content

Commit

Permalink
Release :: v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
iamSahdeep committed Oct 11, 2019
1 parent 0c1d86f commit 4d8834f
Show file tree
Hide file tree
Showing 6 changed files with 89 additions and 58 deletions.
125 changes: 72 additions & 53 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
#ChangeLog


## 1.3.0
* UpdateTypeCallback [6128029f311590db7b1ce38e9bfd7e078c347f4f](https://github.com/iamSahdeep/liquid_swipe_flutter/commit/6128029f311590db7b1ce38e9bfd7e078c347f4f)
* pageChangeCallback
[5033ddbf4f912eb7a12a560286635e2a669b13f6](https://github.com/iamSahdeep/liquid_swipe_flutter/commit/5033ddbf4f912eb7a12a560286635e2a669b13f6)
* Thumb Follow
[c30f2f109d25c37d7203cc6659ec45b0c5b9a78d](https://github.com/iamSahdeep/liquid_swipe_flutter/commit/c30f2f109d25c37d7203cc6659ec45b0c5b9a78d)

## 1.2.0
* CustomIcon [5cbd32c583126e14d135ad3e9d6e6ea8221edb3d](https://github.com/iamSahdeep/liquid_swipe_flutter/commit/5cbd32c583126e14d135ad3e9d6e6ea8221edb3d)
* CustomIcon
[5cbd32c583126e14d135ad3e9d6e6ea8221edb3d](https://github.com/iamSahdeep/liquid_swipe_flutter/commit/5cbd32c583126e14d135ad3e9d6e6ea8221edb3d)
* Enable page recurrence [fdbcfc1e14e148201685fc401ea2505cc26a5cd4](https://github.com/iamSahdeep/liquid_swipe_flutter/commit/fdbcfc1e14e148201685fc401ea2505cc26a5cd4)
* New Clipper : CircularReveal [ad844b2e9c0cdaa124e2a2a76caad5cc35dce67b](https://github.com/iamSahdeep/liquid_swipe_flutter/commit/ad844b2e9c0cdaa124e2a2a76caad5cc35dce67b)

Expand Down
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Download sample apk as shown in example from releases.
* Add this to your pubspec.yaml
```
dependencies:
liquid_swipe: ^1.2.0
liquid_swipe: ^1.3.0
```
* Get the package from Pub:
Expand Down Expand Up @@ -89,12 +89,15 @@ Download sample apk as shown in example from releases.
| positionSlideIcon |`double` | Position your icon in y-axis at right side of the screen | 0.54 | Range from -1 to 1, -1 represents extreme top and 1 represent extreme bottom. Soon add x-axis position, if required! |
| enableLoop |`bool` | Enable or disable pages recurrence. | true | If you dont want to make pages to be in the loop, use this attribute. |
| waveType |`WaveType` | Select the type of reveal you want. | WaveType.liquidReveal | You can use circularReveal, more coming soon. Import Helpers.dart file if Autoimport doesn't work. |
| onPageChangeCallback |`CallBack` | Pass your method as a callback, it will return a pageNo. | None | see Example |
| currentUpdateTypeCallback |`CallBack` | same Callback but returns an UpdateType | None | see Example |



# Contributors

Thanks to all these wonderful people and everyone that created issues. ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
Thanks to all these wonderful people and everyone that created issues.
([emoji key](https://allcontributors.org/docs/en/emoji-key)):

<table>
<tr>
Expand Down
Binary file modified assets/app-release.apk
Binary file not shown.
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ packages:
path: ".."
relative: true
source: path
version: "1.2.0"
version: "1.3.0"
matcher:
dependency: transitive
description:
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: 1.2.0
version: 1.3.0
author: Sahdeep Singh <[email protected]>
homepage: https://github.com/iamSahdeep/liquid_swipe_flutter

Expand Down

0 comments on commit 4d8834f

Please sign in to comment.