Skip to content

Commit

Permalink
Roll to 1.0.0+1
Browse files Browse the repository at this point in the history
  • Loading branch information
Skylled committed Feb 24, 2020
1 parent fc8eca5 commit adc3df8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,8 @@
* Swap `ExpansionTile`'s `Container` for a `Material` widget.
* Attach the `Material`'s `elevation` to an Animation.
* Add a rounded border which hides in plain sight until raised.
* Drop borderColor and backgroundColor; use theme.canvasColor and theme.cardColor instead.
* Drop borderColor and backgroundColor; use theme.canvasColor and theme.cardColor instead.

## [1.0.0+1] - Example directory

* Provide an `/example` directory.
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: expansion_tile_card
description: An "expansion" on the Flutter SDK's standard ExpansionTile, to create a
Google Material Theme inspired raised widget, ExpansionTileCard, instead.
version: 1.0.0
version: 1.0.0+1
homepage: https://github.com/Skylled/expansion_tile_card

environment:
Expand Down

0 comments on commit adc3df8

Please sign in to comment.