Skip to content

Releases: loonix/another_xlider

3.0.2

23 Nov 16:30
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.0.1...3.0.2

3.0.1 - 29/03/2023

29 Mar 22:45
745428f
Compare
Choose a tag to compare
  • 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

22 Mar 23:30
0b63658
Compare
Choose a tag to compare

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

18 Jul 11:29
Compare
Choose a tag to compare

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

29 Jun 10:30
Compare
Choose a tag to compare

1.1.1 - 29/06/2022

Bugfix to WidgetsBinding -> #12 flagged by @greyovo

1.1.0 - Flutter 3 upgrade

21 May 07:07
14aba4b
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.0.1...1.1.0

1.0.1+2

14 Feb 09:08
978057f
Compare
Choose a tag to compare

Full Changelog: 1.0.1...1.0.1+2

1.0.1+1

14 Feb 09:03
97bc802
Compare
Choose a tag to compare
Update pubspec.yaml

1.0.1

14 Feb 08:57
0afabc0
Compare
Choose a tag to compare

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