Fixes the issue with flutter 3.X widget binding '?'
Bugfix to WidgetsBinding -> loonix#12 flagged by @greyovo
- feat: flutter 3 support by @erknvl in loonix#10
- @erknvl made their first contribution in loonix#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