All notable changes to this project will be documented in this file.
- Added
shouldMaskCardNumber
parameter to control the masking of the card number.
- Resolved an issue with the card being invisible when no width is defined.
scale
parameter is deprecated and will be removed in a future version. Use thewidth
parameter instead.
- Introduced a zoom-out effect animation during card flipping.
- Resolved asset path warnings.
- ✨ Added the ability to show balances and flipping animations on cards.
- Introduced new parameters:
showBalance
balance
cvvNumber
enableFlipping
autoHideBalance
disableHapticFeedback
- ✨ Added
showValidFrom
andshowValidThru
parameters to control visibility of validity dates. - Removed
disableShowingCardLogo
. UsecreditCardType: CreditCardType.none
instead to achieve the same effect.
- 🚀 Deprecated
disableShowingCardLogo
property. - ✨ Added
creditCardType
parameter to override the logo. SetcreditCardType: CreditCardType.none
to disable the card logo.
- ✨ Introduced
disableShowingCardLogo
property to hide the card logo.
- 📖 Enhanced the README documentation.
- 🐛 Fixed a bug with card numbers containing spaces.
- 🐛 Made the card number length flexible.
- 🚀 Optimized the grouping algorithm for improved performance and accuracy.
- 📸 Added a background image feature for cards.
- 🏦 Introduced the ability to specify the card company logo.
- 🆔 Enabled specification of the type of card.
- 📖 Updated package metadata.
- 📚 Enhanced documentation.
- 📚 Updated documentation.
- 🎉 Added the
placeNfcIconAtTheEnd
property to position the NFC icon at the opposite side of the Chip. - 💄 Correctly positioned the Chip on the card.
- 📸 Included an image in the
README.md
file.
- 📚 Updated documentation.
- 🎉 Initial public release.