Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
iamSahdeep authored Sep 27, 2019
1 parent ad844b2 commit 6206713
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,11 @@ Download sample apk as shown in example from releases.
| 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. |
| slideIconWidget |`Widget` | Create your own icon and add here | Icon(Icons.arrow_back_ios) | You can use icons from Icons package. Thanks to PR #10 |
| 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. |


### Credits
- [Cuberto](https://github.com/Cuberto) for awesome [Liquid Swipe](https://github.com/Cuberto/liquid-swipe) in Swift.
Expand Down

0 comments on commit 6206713

Please sign in to comment.