Last updated:
0 purchases
awesome card
Awesome Card
A flutter package to create a Credit Card widget in your application.
Stay tuned for the latest updates:
📱Screenshots #
⚙️ Installation #
Import the following package in your dart file
import 'package:awesome_card/awesome_card.dart';
copied to clipboard
👨💻 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'
),
copied to clipboard
For more detail on usage, check out the example provided.
🙍🏻♂️ Author #
Vivek Kaushik
📄 License #
Awesome Card is released under the MIT license.
See LICENSE for details.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.