Releases: iamSahdeep/liquid_swipe_flutter
Releases · iamSahdeep/liquid_swipe_flutter
v2.1.0
v2.0.0
Please visit Changelog.md for details.
v1.5.0
Version 1.5.0
Include 1.5.0 pre-releases
- 1.5.0-dev.3
~ Fixed right additional space, Fixes #28 & #49 cfc5ae9
~ option to disable Gesture 64e32c0 - 1.5.0-dev.2
~ Ignoring gestures while Fast swiping 50db5d8 - 1.5.0-dev.1
~ Making Pages of Type Widget 724dc31
~ LiquidController & jump to page ed3328a
~ Animating the Page with Controller 354825e
~ Get Current Page from Controller 9d9f585
~ Add support for vertically scrollable childs df22e79
~ Additional Callback for sliding percentage 6d5da5d
v1.5.0-dev.1
1.5.0-dev.1
- Making Pages of Type Widget 724dc31b687319f66db362b55e2b7c6c2cabbcd7
- LiquidController & jump to page
ed3328ae734b2528f1e02a20b134f7bbcca274ef - Animating the Page with Controller
354825e952186bc84117cba403a33e096fbdf331 - Get Current Page from Controller 9d9f585ebf6899354ba10eadd88daa35d232f9cf
- Add support for vertically scrollable childs
df22e79e525e6b4fb9fdd95e3a61e6c4c394ac25 - Additional Callback for sliding percentage
6d5da5d7f52815199bd5263047c252494ed1675f
v1.5.0-alpha
Note - This is Experimental Pre-Release
This pre release mainly focussed on Programmatic change to Pages #26 with or without Animation. Added LiquidController class to handle those cases with various methods.
Included methods in LiquidController (will add more method in release) :
- currentPage - get the current page as int
- jumpToPage() - switch to the page without animation
- animateToPage() - animate the page with current revealType
For usage you can see the example on 1.5.0vdev branch. https://github.com/iamSahdeep/liquid_swipe_flutter/blob/1.5.0VDEV/example/lib/main.dart
For usage in your your project/example/test
liquid_swipe:
git:
url: git://github.com/iamSahdeep/liquid_swipe_flutter.git
ref: 1.5.0VDEV
This is experimental so may contain bug, Please provide any feedback or Bug by creating the issue. Thanks
v1.4.0
v1.3.1
minor bugs fixes
v1.3.0
v1.3.0
- UpdateTypeCallback 6128029f311590db7b1ce38e9bfd7e078c347f4f
- pageChangeCallback
5033ddbf4f912eb7a12a560286635e2a669b13f6 - Thumb Follow
c30f2f109d25c37d7203cc6659ec45b0c5b9a78d
v1.2.0
1.2.0
- CustomIcon 5cbd32c583126e14d135ad3e9d6e6ea8221edb3d
- Enable page recurrence fdbcfc1e14e148201685fc401ea2505cc26a5cd4
- New Clipper : CircularReveal ad844b2e9c0cdaa124e2a2a76caad5cc35dce67b
v1.1.0
- Added Initial page attribute.
- Added Slide Icon on pages.
- Other Minor Fixes.
Sample app with slide icon Added.