- fixed controller issue with scrollbar
- fixed problem with
flipRightIconIfOpen
- fixed
headerBorderRadius
prop not reacting when set globally viaAccordion
- added
shrinkWrap
andAlwaysScrollableScrollPhysics
to theAccordion
widget
headerText
,headerTextStyle
,headerTextAlign
have been removed -- please useheader
instead- the content area now has a 1px border by default
- the background color of the
header
and thecontentBorderColor
share the same default color (primaryColor)
- included "Accordion within Accordion" in the example app (see notes in README)
- changed default borderRadius of header and content to 10
- updated documentation and example app
- deprecated
headerText
,headerTextStyle
,headerTextAlign
- new parameter
header
which replaces all of the above
- changed line length to 80 for dartfmt
- fixed non-final values in AccordionSection
- changed default
scrollIntoView
animation tofast
- updated docs
- fixed Flutter SDK version
- fixed dependencies
- added null safety
- fixed static analysis problems
- fixed problem with dartdoc
- Initial release