u_credit_card 1.2.2
u_credit_card: ^1.2.2 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.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
showValidFromandshowValidThruto hide and show the dates. disableShowingCardLogohas been completely removed. To achieve the same effect, usecreditCardType: CreditCardType.noneinstead.
1.0.7 🔄 #
Features #
- 🚀 Deprecated
disableShowingCardLogo:property. - ✨ Added
creditCardTypeto override the logo. You can now setcreditCardType: CreditCardType.noneto 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.