Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 429 Bytes

CHANGELOG.md

File metadata and controls

24 lines (14 loc) · 429 Bytes

[0.1.0]

  • Added constructor ExpansionWidget.autoSaveState

[0.0.3]

  • Added onExpansionWillChange to control if the expanded state should be changed or not.

[0.0.2]

  • Exposed the state(ExpansionWidgetState). The Widget can be collapsed/expanded/toggled by using globalKey
globalKey.currentState?.toggle(animated: true);

[0.0.1]

  • Added animation duration.

[0.0.1-nullsafety.0]

  • Initial release.