All notable changes to this project will be documented in this file.
- Fix invisible card issue when no width is defined
scale
is deprecated in 1.3.0, will be removed on later version, use width parameter instead
- Added a zoom out effect animation while card flipping.
- Workflow fixed
- Fixed asset path warning
- ✨ Added the ability to show balances and flipping animations on cards.
- Introduced parameters:
showBalance
,balance
,cvvNumber
,enableFlipping
,autoHideBalance
,disableHapticFeedback
, etc.
- ✨ Added the ability to
showValidFrom
andshowValidThru
to hide and show the dates. disableShowingCardLogo
has been completely removed. To achieve the same effect, usecreditCardType: CreditCardType.none
instead.
- 🚀 Deprecated
disableShowingCardLogo:
property. - ✨ Added
creditCardType
to override the logo. You can now setcreditCardType: CreditCardType.none
to disable showing the card logo.
- ✨ Added
disableShowingCardLogo:
property to hide the card logo.
- 📝 Improved the readme.
- 🐛 Fixed a bug with card numbers containing spaces.
- 🐛 Made card number length flexible.
- 🚀 Optimized the grouping algorithm for improved performance and accuracy.
- 📸 Added the background image on card feature.
- 🏢 Added the ability to specify the card company logo.
- 🆔 Type of card can now be specified.
- 📝 Updated metadata.
- 📚 Updated documentation.
- 📚 Updated documentation.
- 🎉 Added the new property
placeNfcIconAtTheEnd
to place the NFC icon at the opposite side of the Chip. - 💄 Correctly placed the Chip.
- 📸 Added an image in the
README.md
file.
- 📚 Updated documentation.
- 🎉 Initial public release.