configurable_expansion_tile_null_safety
A Configurable Expansion Tile edited from the flutter material implementation that allows for customization
3.3.2
5.3K downloads/mo
#3771 most downloaded on pub.dev
mdddj/configurable_expansion_tile
What this package is like to depend on
Last release 3 years ago
no release in 18 months
Release timing varies
gaps range from 3 weeks to 13 months
Nearly every release is documented
notes for 12 of 12 stable releases
Nothing withdrawn
no release was ever pulled
5 years old
12 releases · first in 2021
0 releases in the last 12 months
see the full history below
Release timeline
12 releases · Apr 2021 to Dec 2023
2022
2023
2024
2025
2026
Releases
latest 12-
3.3.205 Dec 2023 -
3.3.125 Oct 2023 -
3.3.019 Sep 2023Release notes
Open source →new api
final Widget Function(bool isExpanded,Animation<double> iconTurns,Animation<double> heightFactor) header;eg:
ConfigurableExpansionTile( header: (isExpanded,_,heightFactor) { return Expanded( child: ListTile( title: Text(e.title), trailing: AnimatedIcon( icon: AnimatedIcons.menu_close, progress: heightFactor) ) ); }) -
3.2.119 Sep 2023Release notes
Open source →final Widget headerchange tofinal Widget Function(bool isExpanded) header- upgrade to flutter 3.13.4
-
3.2.021 Mar 2023 -
3.1.123 Sep 2022 -
3.1.023 Sep 2022Release notes
Open source →- remove
childrenattribute,Please replace withchildrenBody - add
enableExpandedattribute
- remove
-
3.0.002 Sep 2022 -
2.0.302 Jul 2022 -
2.0.220 May 2022Release notes
Open source →- Modify package name
configurable_expansion_tiletoconfigurable_expansion_tile_null_safety
- Modify package name
-
2.0.120 May 2022 -
2.0.025 Apr 2021