u_credit_card 1.4.0 u_credit_card: ^1.4.0 copied to clipboard
uCreditCard - Easy to use beautiful Card UI Flutter Package.
Changelog #
All notable changes to this project will be documented in this file.
[1.4.0] 🔧 #
Features #
- Added
shouldMaskCardNumber
parameter to control the masking of the card number.
[1.3.0] 🛑 #
[1.2.0] 🚀 #
Features #
- ✨ Added the ability to show balances and flipping animations on cards.
- Introduced new parameters:
showBalance
balance
cvvNumber
enableFlipping
autoHideBalance
disableHapticFeedback
[1.1.0] 🚀 #
Features #
- ✨ Added
showValidFrom
andshowValidThru
parameters to control visibility of validity dates. - Removed
disableShowingCardLogo
. UsecreditCardType: CreditCardType.none
instead to achieve the same effect.
[1.0.7] 🔄 #
Features #
- 🚀 Deprecated
disableShowingCardLogo
property. - ✨ Added
creditCardType
parameter to override the logo. SetcreditCardType: CreditCardType.none
to disable the card logo.
[1.0.3] ⚙️ #
Fixes #
- 🐛 Made the card number length flexible.
- 🚀 Optimized the grouping algorithm for improved performance and accuracy.
[1.0.2] 🖼️ #
Additions #
- 📸 Added a background image feature for cards.
- 🏦 Introduced the ability to specify the card company logo.
- 🆔 Enabled specification of the type of card.