u_credit_card 1.3.1 u_credit_card: ^1.3.1 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.3.0] 🛠️ #
[1.2.0] 🚀 #
Features #
- ✨ Added the ability to show balances and flipping animations on cards.
- Introduced parameters:
showBalance
,balance
,cvvNumber
,enableFlipping
,autoHideBalance
,disableHapticFeedback
, etc.
[1.1.0] 🚀 #
Features #
- ✨ 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.
[1.0.7] 🔄 #
Features #
- 🚀 Deprecated
disableShowingCardLogo:
property. - ✨ Added
creditCardType
to override the logo. You can now setcreditCardType: CreditCardType.none
to disable showing the card logo.
[1.0.3] 🛠️ #
Fixes #
- 🐛 Made card number length flexible.
- 🚀 Optimized the grouping algorithm for improved performance and accuracy.
[1.0.2] 🖼️ #
Additions #
- 📸 Added the background image on card feature.
- 🏢 Added the ability to specify the card company logo.
- 🆔 Type of card can now be specified.