awesome_card 1.1.7 copy "awesome_card: ^1.1.7" to clipboard
awesome_card: ^1.1.7 copied to clipboard

Flutter package to create a Credit Card Widget in your application.

Awesome Card

A flutter package to create a Credit Card widget in your application.


Stay tuned for the latest updates:


Pub Twitter

πŸ“±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.

πŸ™πŸ»β€β™‚οΈ Author #

πŸ“„ License #

Awesome Card is released under the MIT license. See LICENSE for details.

272
likes
115
pub points
96%
popularity

Publisher

verified publishervivekkaushik.com

Flutter package to create a Credit Card Widget in your application.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on awesome_card