liquid_swipe 3.1.0 liquid_swipe: ^3.1.0 copied to clipboard
A Flutter plugin to implement liquid Swipe effect to provided widgets.
ChangeLog #
3.1.0 #
- Fixes #83 & #85
3.0.0 #
- Flutter 3.0 support
2.1.1 #
- Bug fixes
2.1.0 #
- fixes : #66 (new builder constructor to dynamically create pages)
2.0.2 #
- fixes : #67 (made side reveal optional)
2.0.1 #
- fixed : #65
2.0.0 #
- Includes all Prereleases.
2.0.0-dev.3-nullsafety #
- Migrate to Dart Null Safety
- Minor Bugs Fixes
2.0.0-dev.2 #
- Added Next Page minor reveal support, same as Original LiquidSwipe. Please don't use this version if you don't want it.
- Minor Bugs Fixes
2.0.0-dev.1 #
- Api Documentation
1.5.0 #
- Includes all Prereleases.
1.5.0-dev.3 #
- Fixed right additional space, Fixes #28 & #49 cfc5ae9e7a406da0952477038b21fade081e6baa
- option to disable Gesture 64e32c0e08cfc6edfe1f7e853934366baacb6fac
1.5.0-dev.2 #
- Ignoring gestures while Fast swiping 50db5d890268e4e33ff48227683aa1b931f95d7b
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
1.4.3 #
1.4.2 (unstable) #
1.4.1 (unstable) #
1.4.0 (unstable) #
- Fixed : https://github.com/iamSahdeep/liquid_swipe_flutter/issues/20
- StateManagement using Provider.
1.3.1 #
- Made callbacks not required
- Now pages are list of Widgets instead Container but should use container
1.3.0 #
- UpdateTypeCallback 6128029f311590db7b1ce38e9bfd7e078c347f4f
- pageChangeCallback 5033ddbf4f912eb7a12a560286635e2a669b13f6
- Thumb Follow c30f2f109d25c37d7203cc6659ec45b0c5b9a78d
1.2.0 #
- CustomIcon 5cbd32c583126e14d135ad3e9d6e6ea8221edb3d
- Enable page recurrence fdbcfc1e14e148201685fc401ea2505cc26a5cd4
- New Clipper : CircularReveal ad844b2e9c0cdaa124e2a2a76caad5cc35dce67b
1.1.0 #
- Added Initial page attribute. cda6de80113502f17da8085d95c5eaea543f42b7
- Added Slide Icon on pages. 32680cdc4571a705b4e7f11467b450e37016807d
- Other Minor Fixes. 52d159403525261dbfaa99a52af718a1ddc8274f
1.0.2 #
- Minor spell changes
1.0.1 #
- Initialized