expansion_tile_card 1.0.3
expansion_tile_card: ^1.0.3 copied to clipboard
An "expansion" on the Flutter SDK's standard ExpansionTile, to create a Google Material Theme inspired raised widget, ExpansionTileCard, instead.
1.0.0 Initial release. #
- 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.
1.0.0+1 Example directory #
- Provide an
/exampledirectory.
1.0.1 Fix Flutter stable #
- Swap the newer
textTheme.subtitle1for the oldertextTheme.subhead.
1.0.2 API and visual improvements #
- 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+1 README update #
- Put a GIF into the README
1.0.2+2 Inkwell fix #
- Use the same border for the Inkwell as used for the Card
1.0.3 More customizability #
- Introduce
contentPaddingto alter inner padding of ListTile. - Surface background color options as
baseColorandexpandedColor.