expandable_widgets 1.0.3+1 expandable_widgets: ^1.0.3+1 copied to clipboard
A package provides expandable widgets for Flutter, written in 100% Dart.
[1.0.3+1] - Release Date: 07.04.2022 #
• README.md fix.
[1.0.3] - Release Date: 07.04.2022 #
Widgets: #
• Expandable
○ New enum - Clickable
○ animation and animationController added for custom animations.
○ padding argument removed, was causing problems on click events.
• ExpandableText
○ New enum - Helper
○ Helper text argument added.
Quality of Life #
• [#1](https://github.com/fatihozkan-github/ExpandableWidgets/issues/1) closed.
• shape argument removed, borderRadius argument added.
• elevation argument removed, boxShadow argument added.
• Bug fixes.
• Performance improvements.
TODOs: #
• More features.
• More tests.