Skip to content

Releases: iamSahdeep/liquid_swipe_flutter

v2.1.0

01 Apr 19:15
Compare
Choose a tag to compare

Fixed : #66 & #67

v2.0.0

10 Mar 15:41
Compare
Choose a tag to compare

Please visit Changelog.md for details.

v1.5.0

03 Aug 12:52
Compare
Choose a tag to compare

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

19 Jun 15:29
7c32328
Compare
Choose a tag to compare

1.5.0-dev.1

v1.5.0-alpha

11 May 14:36
Compare
Choose a tag to compare
v1.5.0-alpha Pre-release
Pre-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

v1.4.0

16 Mar 10:23
Compare
Choose a tag to compare

1.4.0

Fixed : #20
StateManagement using Provider.

v1.3.1

23 Dec 09:38
Compare
Choose a tag to compare

minor bugs fixes

v1.3.0

11 Oct 19:21
Compare
Choose a tag to compare

v1.2.0

27 Sep 11:30
Compare
Choose a tag to compare

v1.1.0

14 Jul 20:14
Compare
Choose a tag to compare
  • Added Initial page attribute.
  • Added Slide Icon on pages.
  • Other Minor Fixes.

Sample app with slide icon Added.