Skip to content

A Flutter package to easily create a Credit Card in your application.

License

Notifications You must be signed in to change notification settings

0xapurv/AwesomeCard

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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,
),

For more detail on usage, check out the example provided.

🙍🏻‍♂️ Author

📄 License

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

About

A Flutter package to easily create a Credit Card in your application.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dart 96.7%
  • Swift 1.7%
  • Kotlin 1.4%
  • Objective-C 0.2%