flutter_custom_cards 0.2.1 flutter_custom_cards: ^0.2.1 copied to clipboard
Flutter Custom Cards help developers to create beautiful custom cards and 3D cards with flutter.
Changelog #
[0.2.1] - 21/11/2021 #
- Readme Docs Updated
[0.2.0] - 20/11/2021 #
This is a big update (major changes)
The following major changes happened
TextCard
,ImageCard
andWidgetCard
have been merged into single card namedCustomCard
.- Now new CustomCards supports onTap, hoverColor, height, width and more.
Custom3DCard
is introduced in this version that was not in the previous version.- Now there are only two cards
CustomCard
andCustom3DCard
[0.1.0] - 25/03/2021 #
- Migrated to
null-safety
[0.0.3] - 12/12/2020 #
- TextCard,ImageCard,WidgetCard Added
[0.0.2] - 12/12/2020 #
- Some New Properties Added
[0.0.1] - 11/12/2020 #
- Initial release, New Cards Coming Soon.