bank_card_widget 0.0.3
bank_card_widget: ^0.0.3 copied to clipboard
A customizable and reusable bank card widget for Flutter with various styling options.
Changelog #
0.0.3 #
- Added CVV text style customization support
- Fixed deprecated withOpacity usage by replacing with withAlpha
- Improved text scaling for smaller screens
0.0.2 #
- Update README
0.0.1 #
- Initial release of bank_card_widget
- Added customizable card properties (number, name, expiry, CVV, colors, gradients)
- Created BankCardStyle class for styling
- Added responsive grid view for card examples
- Added cardLogoAndNameBuilder for custom layouts
- Made chip widget optional with improved default UI
- Included example app