Awesome Card Flutter Package to Create Credit Card Widget
Awesome Card
A flutter package to create a Credit Card widget in your application.
📱Screenshots
⚙️ Installation
Import the following package in your dart file
import 'package:awesome_card/awesome_card.dart';
👨💻 Usage
Use the Awesome Card
Widget
CreditCard( cardNumber: "5450 7879 4864 7854", cardExpiry: "10/25", cardHolderName: "Card Holder", cvv: "456", bankName: "Axis Bank", cardType: CardType.masterCard, // Optional if you want to override Card Type showBackSide: false, frontBackground: CardBackgrounds.black, backBackground: CardBackgrounds.white, showShadow: true, textExpDate: 'Exp. Date', textName: 'Name', textExpiry: 'MM/YY' ),
For more detail on usage, check out the example provided.
Credit
This is developed by iamvivekkaushik
Download this project from the below link.
https://github.com/iamvivekkaushik/AwesomeCard/archive/refs/heads/master.zip
You can visit original source page from the below link:
https://github.com/iamvivekkaushik/AwesomeCard