expansion_tile_card
An "expansion" on the Flutter SDK's standard ExpansionTile, to create a Google Material Theme inspired raised widget, ExpansionTileCard, instead.
3.0.0
14K downloads/mo
#2547 most downloaded on pub.dev
Skylled/expansion_tile_card
What this package is like to depend on
Last release 3 years ago
no release in 18 months
Ships unpredictably
gaps range from 8 days to 2.3 years
Nearly every release is documented
notes for 10 of 10 stable releases
Nothing withdrawn
no release was ever pulled
6 years old
10 releases · first in 2020
0 releases in the last 12 months
see the full history below
Release timeline
10 releases · Feb 2020 to May 2023
2021
2022
2023
2024
2025
2026
Releases
latest 10-
3.0.023 May 2023Release notes
Open source →- Breaking Now optimized for Flutter 3.10+ and Dart 3.x
- Replace deprecated
accentColor. Thanks @etiennedv-mathu - Rebuild example app. Thanks @sergdeus
-
2.0.019 Feb 2021Release notes
Open source →- Breaking - Migrate to Null Safety. Requires newer build of Flutter
- Add
expandedTextColorso that expanded card can use alternate color. Thanks @msandwidi! - Adjust default padding so
titledoesn't move - Migrate example package to use
TextButtoninstead ofFlatButton
-
1.1.031 Jul 2020Release notes
Open source →- Breaking - Migrate text to 2018 Material Design spec. Requires Flutter >= 1.17.0
- Add
initialElevationto adjust shadows/heights -- Hannnes1 - Add
isThreeLineto match ListTile -- Hannnes1 - Add
shadowColorto not use Material's default shadowing -- Hannnes1 - Add
animateTrailingto allow thetrailingwidget to rotate on expand/collapse -- Hannnes1 - Add
collapse,expand, andtoggleExpansionmethods. -- Solution credit: Slightfoot - Make
ExpansionTileCardStateclass public - Include demo of
collapse&expandin reworked example app.
-
1.0.317 Mar 2020Release notes
Open source →- Introduce
contentPaddingto alter inner padding of ListTile. - Surface background color options as
baseColorandexpandedColor.
- Introduce
-
1.0.203 Mar 2020Release notes
Open source →- Add option to provide your own animation curves.
- Add option to customize animation duration.
- Use better animation technique for padding.
- Use custom InkWell, to respect rounded edges.
-
1.0.2+103 Mar 2020 -
1.0.2+204 Mar 2020 -
1.0.124 Feb 2020 -
1.0.024 Feb 2020Release notes
Open source →- Swap
ExpansionTile'sContainerfor aMaterialwidget. - Attach the
Material'selevationto an Animation. - Add a rounded border which hides in plain sight until raised.
- Drop borderColor and backgroundColor; use theme.canvasColor and theme.cardColor instead.
- Swap
-
1.0.0+124 Feb 2020