Releases: loonix/another_xlider
Releases · loonix/another_xlider
3.0.2
What's Changed
- Feature/adjust padding around slider by @ChrisElliotUK in #29
- add typing by @ChrisElliotUK in #28
- undo typing by @ChrisElliotUK in #30
- Handle null animation or controller in _stopHandlerAnimation function by @john-paradym in #32
New Contributors
- @ChrisElliotUK made their first contribution in #29
- @john-paradym made their first contribution in #32
Full Changelog: 3.0.1...3.0.2
3.0.1 - 29/03/2023
- 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
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
1.1.1
1.1.0 - Flutter 3 upgrade
1.0.1+2
Full Changelog: 1.0.1...1.0.1+2
1.0.1+1
1.0.1
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.
- @felixgabler made their first contribution in #6
Full Changelog: https://github.com/loonix/another_xlider/commits/1.0.1