Skip to content

v1.5.0-alpha

Pre-release
Pre-release
Compare
Choose a tag to compare
@iamSahdeep iamSahdeep released this 11 May 14:36
· 74 commits to master since this release

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