Skip to content

Releases: loonix/another_xlider

3.0.2

Choose a tag to compare

@loonix loonix released this 23 Nov 16:30

What's Changed

New Contributors

Full Changelog: 3.0.1...3.0.2

3.0.1 - 29/03/2023

Choose a tag to compare

@loonix loonix released this 29 Mar 22:45
745428f
  • fix: selectByTap doesn't work by actual Android devices - thanks to @YasufumiMuranaka
  • kotlin_version is now '1.6.0'
  • compileSdkVersion requires version 31
  • replaced lint plugin and rules

3.0.0 - 22/03/2023

Choose a tag to compare

@loonix loonix released this 22 Mar 23:30
0b63658

Restructured the code to make it more readable, fixed documentation and flutter 3 requirements.
Also separated classes and enums to its own files.

BREAKING CHANGES

  • Refactored the classes and widgets to its own folders to have better readability of the core code
    This means you are now able to just import the classes you actually use

1.1.2

Choose a tag to compare

@loonix loonix released this 18 Jul 11:29

1.1.2 - 18/07/2022

Fixes the issue with flutter v3.x widget binding '?'

IMPORTANT: Breaking Changes!

  • Flutter Version 2.x - Take any version up to 1.1.1
  • Flutter Version 3.x - Take any version from 1.1.2

1.1.1

Choose a tag to compare

@loonix loonix released this 29 Jun 10:30

1.1.1 - 29/06/2022

Bugfix to WidgetsBinding -> #12 flagged by @greyovo

1.1.0 - Flutter 3 upgrade

Choose a tag to compare

@loonix loonix released this 21 May 07:07
14aba4b

What's Changed

New Contributors

Full Changelog: 1.0.1...1.1.0

1.0.1+2

Choose a tag to compare

@loonix loonix released this 14 Feb 09:08
978057f

Full Changelog: 1.0.1...1.0.1+2

1.0.1+1

Choose a tag to compare

@loonix loonix released this 14 Feb 09:03
97bc802
Update pubspec.yaml

1.0.1

Choose a tag to compare

@loonix loonix released this 14 Feb 08:57
0afabc0

What's Changed

  • Prevent exception by checking mounted state before post frame callback by @felixgabler in #6
  • Adjust handler placement after tap by @felixgabler in #5
  • Make it possible to specify how many small lines should be between big lines by @felixgabler in #4

New Contributors

Big thanks to @felixgabler for his contributions to this release.

Full Changelog: https://github.com/loonix/another_xlider/commits/1.0.1