- 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
- @ChrisElliotUK made their first contribution in #29
- @john-paradym made their first contribution in #32
Full Changelog: https://github.com/loonix/another_xlider/compare/3.0.1...3.0.2
- 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
Restructured the code to make it more readable, fixed documentation and flutter 3 requirements. Also separated classes and enums to its own files.
- 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
Fixes the issue with flutter 3.X widget binding '?'
Bugfix to WidgetsBinding -> #12 flagged by @greyovo
- feat: flutter 3 support by @erknvl in #10
- @erknvl made their first contribution in #10
Full Changelog: https://github.com/loonix/another_xlider/compare/1.0.1...1.1.0
Big thanks to @felixgabler for finding and fixing the following bugs:
- Prevent exception by checking mounted state before post frame callback
- Adjust handler placement after tap
- Make it possible to specify how many small lines should be between big lines
- Null safety upgrade 1