Skip to content

Commit

Permalink
v1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
iamSahdeep committed Aug 3, 2020
1 parent 8081cd8 commit 2c7ae0e
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 10 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# ChangeLog

## 1.5.0
* Includes all Prereleases.

## 1.5.0-dev.3
* Fixed right additional space, Fixes #28 & #49 [cfc5ae9e7a406da0952477038b21fade081e6baa](https://github.com/iamSahdeep/liquid_swipe_flutter/commit/cfc5ae9e7a406da0952477038b21fade081e6baa)
* option to disable Gesture [64e32c0e08cfc6edfe1f7e853934366baacb6fac](https://github.com/iamSahdeep/liquid_swipe_flutter/commit/64e32c0e08cfc6edfe1f7e853934366baacb6fac)
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<h1 align="center" xmlns="http://www.w3.org/1999/html">
<br>
<img src="https://github.com/iamSahdeep/liquid_swipe_flutter/blob/master/assets/page1.png" alt="Logo Liquid Swipe" title="Logo by FotoJet ( https://www.fotojet.com/ )" />
<img src="https://raw.githubusercontent.com/iamSahdeep/liquid_swipe_flutter/master/assets/page1.png" alt="Liquid Swipe" title="Logo by FotoJet ( https://www.fotojet.com/ )" />
<br>
</h1>
<p align="center">
Expand All @@ -21,8 +21,8 @@
</p>

<p align="center">
<img src="https://github.com/iamSahdeep/liquid_swipe_flutter/blob/master/assets/example.gif" width="310" height="640">
<img src="https://github.com/iamSahdeep/liquid_swipe_flutter/blob/master/assets/another.gif" width="310" height="640">
<img src="https://raw.githubusercontent.com/iamSahdeep/liquid_swipe_flutter/master/assets/example.gif" width="310" height="640">
<img src="https://raw.githubusercontent.com/iamSahdeep/liquid_swipe_flutter/master/assets/another.gif" width="310" height="640">
</p>

### Sample APK
Expand All @@ -37,7 +37,7 @@ Download sample apk as shown in example from releases.
* Add this to your pubspec.yaml
```
dependencies:
liquid_swipe: ^1.5.0-dev.1
liquid_swipe: ^1.5.0
```
* Get the package from Pub:
Expand Down Expand Up @@ -82,7 +82,7 @@ Download sample apk as shown in example from releases.

| Attribute | Datatype | Description | Default Value | Comments |
| :-------------------- | :------------- | :------------------------------------------------------------------------- | :---------------------------------------------------------------------------------------------: |:---------------------------------------------------------------------------------------------: |
| pages | `List<Container>` | Set the Pages/ views/ Containers | Null | A Page can contain anything, look for an example|
| pages | `List<Widget>` | Set the Pages/ views/ Containers | Null | A Page can contain anything, look for an example|
| fullTransitionValue | `double` | Sets the scroll distance or sensitivity for a complete swipe. | 400.0 | This transition value can be used to increase or decrease the sensitivity of the swipe. 100.0 would make swipe really fast with even a bit of drag |
| initialPage | `int` | Set the initial Page | 0 | Should not be >= no.of pages or smaller than 0 |
| enableSlideIcon |`bool` | Used to enable Slide icon to the right for where the wave would originate | false | Gives a ios style arrow to right side of the screen. Might include modification to it soon. |
Expand Down
4 changes: 2 additions & 2 deletions example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ packages:
name: provider
url: "https://pub.dartlang.org"
source: hosted
version: "4.0.4"
version: "4.3.1"
sky_engine:
dependency: transitive
description: flutter
Expand Down Expand Up @@ -172,4 +172,4 @@ packages:
version: "2.1.0-nullsafety"
sdks:
dart: ">=2.9.0-18.0 <2.9.0"
flutter: ">=1.12.1"
flutter: ">=1.16.0"
4 changes: 2 additions & 2 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ packages:
name: provider
url: "https://pub.dartlang.org"
source: hosted
version: "4.0.4"
version: "4.3.1"
sky_engine:
dependency: transitive
description: flutter
Expand Down Expand Up @@ -158,4 +158,4 @@ packages:
version: "2.1.0-nullsafety"
sdks:
dart: ">=2.9.0-18.0 <2.9.0"
flutter: ">=1.12.1"
flutter: ">=1.16.0"
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.5.0-dev.3
version: 1.5.0
homepage: https://github.com/iamSahdeep/liquid_swipe_flutter

environment:
Expand Down

0 comments on commit 2c7ae0e

Please sign in to comment.