Skip to content

Latest commit

 

History

History
59 lines (33 loc) · 1.36 KB

CHANGELOG.md

File metadata and controls

59 lines (33 loc) · 1.36 KB

[2.0.2] - 25th May 2022

  • Fixed formatting. I just want the package to score 130/130.y

[2.0.1] - 25th May 2022

  • Migrate accentColor to colorScheme.secondary

[2.0.0] - 25th May 2022

  • Updated Examples
  • Fixed issues in Flutter 3

[1.0.0] - 13th June 2021

  • Updated Examples

[1.0.0-nullsafety.2] - 13th June 2021

[1.0.0-nullsafety.1] - 13th June 2021

Fixed:

  • Code formatting

[1.0.0-nullsafety.0] - 13th June 2021

Added/Upgraded:

  • Null Safety
  • sdk version constraints '>=2.12.0 <3.0.0'

Fixed:

[0.9.0] - 26th October 2019

Added:

  • SelectionMenuController and ListViewMenuController.
  • Examples here.

Fixed:

  • ListViewMenu (or MenuComponent) didn't rebuild when SelectionMenu rebuilt.
  • Overlay (or AnimationComponent) didn't disappear when SelectionMenu was disposed.

[0.8.1] - 5th September 2019

  • Fixed some minor broken links in docs.

[0.8.0] - 5th September 2019

  • Initial Release