PackageTrack
Sign in Get early access

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
Release Pre-release

Releases

latest 12
  1. 3.3.2 05 Dec 2023
    Release notes
    • add controler
    ConfigurableExpansionTileController
    
    Open source →
  2. 3.3.1 25 Oct 2023
    Release notes
    • Modified version number
    Open source →
  3. 3.3.0 19 Sep 2023
    Release notes

    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)
          )
     );
    })
    
    Open source →
  4. 3.2.1 19 Sep 2023
    Release notes
    • final Widget header change to final Widget Function(bool isExpanded) header
    • upgrade to flutter 3.13.4
    Open source →
  5. 3.2.0 21 Mar 2023
    Release notes
    • fix dart hints
    • upgrade to flutter 3.7.7
    Open source →
  6. 3.1.1 23 Sep 2022
    Release notes
    • doc update
    Open source →
  7. 3.1.0 23 Sep 2022
    Release notes
    • remove children attribute,Please replace with childrenBody
    • add enableExpandedattribute
    Open source →
  8. 3.0.0 02 Sep 2022
    Release notes
    • upgrade to Flutter 3.3.0
    Open source →
  9. 2.0.3 02 Jul 2022
    Release notes
    • Added childrenBody property
    • 新增childrenBody 属性
    Open source →
  10. 2.0.2 20 May 2022
    Release notes
    • Modify package name configurable_expansion_tile to configurable_expansion_tile_null_safety
    Open source →
  11. 2.0.1 20 May 2022
    Release notes
    • upgrade to Flutter 3.0
    Open source →
  12. 2.0.0 25 Apr 2021
    Release notes

    新增空安全支持

    Open source →

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive