diff --git a/.idea/workspace.xml b/.idea/workspace.xml index b8d609f..74814cd 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -3,8 +3,11 @@ - - + + + + + @@ -25,25 +28,24 @@ - + - - - - - + + - - - - - - - + + + + + + + + + @@ -75,8 +77,6 @@ @@ -112,20 +115,8 @@ - - - - - - - - - - - - @@ -232,7 +223,14 @@ @@ -251,7 +249,7 @@ - + @@ -293,7 +291,8 @@ - diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ef9a4a..b47de92 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/README.md b/README.md index fc7cf3b..83397b3 100644 --- a/README.md +++ b/README.md @@ -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: @@ -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)): diff --git a/assets/app-release.apk b/assets/app-release.apk index 64a662d..5d79050 100644 Binary files a/assets/app-release.apk and b/assets/app-release.apk differ diff --git a/example/pubspec.lock b/example/pubspec.lock index 4a6a8d9..31a4f38 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -52,7 +52,7 @@ packages: path: ".." relative: true source: path - version: "1.2.0" + version: "1.3.0" matcher: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index a585ce3..1d03846 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: 1.2.0 +version: 1.3.0 author: Sahdeep Singh homepage: https://github.com/iamSahdeep/liquid_swipe_flutter