awesome_card

Creator: coderz1093

Last updated:

Add to Cart

Description:

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.

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.