Liquid Swipe Flutter Versions Save

A flutter based liquid swipe

v2.1.0

3 years ago

Fixed : #66 & #67

v2.0.0

3 years ago

Please visit Changelog.md for details.

v1.5.0

3 years ago

Version 1.5.0

Include 1.5.0 pre-releases

  • 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

v1.5.0-dev.1

3 years ago

1.5.0-dev.1

v1.5.0-alpha

3 years ago

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

4 years ago

1.4.0

Fixed : https://github.com/iamSahdeep/liquid_swipe_flutter/issues/20 StateManagement using Provider.

v1.3.1

4 years ago

minor bugs fixes

v1.3.0

4 years ago

v1.2.0

4 years ago

v.1.1.0

4 years ago
  • Added Initial page attribute.
  • Added Slide Icon on pages.
  • Other Minor Fixes.

Sample app with slide icon Added.