Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 884 Bytes

CHANGELOG.md

File metadata and controls

26 lines (18 loc) · 884 Bytes

1.1.2 - 18/07/2022

Fixes the issue with flutter 3.X widget binding '?'

1.1.1 - 29/06/2022

Bugfix to WidgetsBinding -> loonix#12 flagged by @greyovo

1.1.0 - 21/05/2022 (Flutter 3 upgrade)

What's Changed

  • feat: flutter 3 support by @erknvl in loonix#10

New Contributors

  • @erknvl made their first contribution in loonix#10

Full Changelog: https://github.com/loonix/another_xlider/compare/1.0.1...1.1.0

[1.0.1+2] - 14/02/2022

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

[1.0.0] - 24/06/2021

  • Null safety upgrade 1