- Update default search page style to match Material 3.
- Add
very_good_analysis
package.
- Add
indicatorAlignment
parameter for bothExpandChild
andExpandText
widgets.
- BREAKING CHANGE: Set min Flutter version to 3.3.0.
- BREAKING CHANGE: Updated most of parameter names.
- BREAKING CHANGE: Add
collapsedVisibilityFactor
parameter toExpandChild
. - Major internal clean up.
- Added
indicatorBuilder
parameter to bothExpandChild
andExandText
widgets. - Fixed visual bug with
ExpandArrow
.
- Migrated to null-safety. Thanks to @palmsnipe!
- Removed
ShowChild
widget.
- Added vertical expansion to
ExpandChild
widget. Thanks to @oyvindsam! - Updated default text style to
ExandText
widget.
- Fixed tooltip capitalization.
- Added ability to capitalize tooltip & arrow text.
- Hide tooltip when
expandArrowStyle
is set toExpandArrowStyle.text
.
- Added explanation about
ShowChild
deprecation and how to update.
Thanks to @JamesMcIntosh for this release.
- Now this package is consider STABLE: no more breaking changes expected.
- BREAKING CHANGE: Changed
ExpandText
's parametermaxLength
name tomaxLines
. - Deprecated
ShowChild
widget. - Added
hideArrowOnExpansion
parameter. - Using
MaterialLocalizations
expand string as default arrow hints. - Ability to use custom arrow icons.
- Added
ExpandArrowStyle
parameter. - Added GitHub Actions CI.
- Lots of small fixes & changes!
- Added
ShowChild
widget.
- Default arrow size changed to 27.
- Updated example project.
- Increased
maxLenght
from 5 to 8.
- First release of this package!