All Projects → iamvivekkaushik → Awesomecard

iamvivekkaushik / Awesomecard

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

Programming Languages

dart
5743 projects

Projects that are alternatives of or similar to Awesomecard

BlockEditText
Block EditText is a library provide an input view present in multiple block style that common use in TAC or credit card field.
Stars: ✭ 113 (+24.18%)
Mutual labels:  widget, credit-card
Another Widget
Watch events, weather and much more at a glance.
Stars: ✭ 85 (-6.59%)
Mutual labels:  widget
Pd Admin
Powerful Admin Dashboard for Symfony 5
Stars: ✭ 70 (-23.08%)
Mutual labels:  widget
Panwid
A collection of widgets for urwid.
Stars: ✭ 82 (-9.89%)
Mutual labels:  widget
Oh My Desk
web widget desktop application
Stars: ✭ 70 (-23.08%)
Mutual labels:  widget
Iced
A cross-platform GUI library for Rust, inspired by Elm
Stars: ✭ 12,176 (+13280.22%)
Mutual labels:  widget
Foobugs Dashboard
various dashing dashboard jobs
Stars: ✭ 64 (-29.67%)
Mutual labels:  widget
Circularprogress
Circular Progressbar Widget for Alloy
Stars: ✭ 89 (-2.2%)
Mutual labels:  widget
Animated Bottom Navigation Bar Flutter
AnimatedBottomNavigationBar is a customizable widget inspired by
Stars: ✭ 85 (-6.59%)
Mutual labels:  widget
Meteor Comments Ui
Simple templates for comment functionality in your Meteor App
Stars: ✭ 78 (-14.29%)
Mutual labels:  widget
Pyrustic
Lightweight framework and software suite to help develop, package, and publish Python desktop applications
Stars: ✭ 75 (-17.58%)
Mutual labels:  widget
Ngx Dashboard
Dashboard library for angular 4 and more
Stars: ✭ 70 (-23.08%)
Mutual labels:  widget
Battery Widget
Battery status indicator for awesome WM
Stars: ✭ 83 (-8.79%)
Mutual labels:  widget
Create Discord Bot
Create Discord bots using a simple widget-based framework.
Stars: ✭ 70 (-23.08%)
Mutual labels:  widget
Chaskiq
A full featured Live Chat, Support & Marketing platform, alternative to Intercom, Drift, Crisp, etc ...
Stars: ✭ 1,263 (+1287.91%)
Mutual labels:  widget
Xfce4 Genmon Scripts
🐭 XFCE panel generic monitor scripts
Stars: ✭ 69 (-24.18%)
Mutual labels:  widget
Circularpicker
CircularPicker is helpful for creating a controller aimed to manage any calculated parameter.
Stars: ✭ 73 (-19.78%)
Mutual labels:  widget
React Native Credit Card Input
Easy, cross-platform credit-card input for your React Native Project! Start accepting payment 💰 in your app today!
Stars: ✭ 1,244 (+1267.03%)
Mutual labels:  credit-card
Jquery Youtube Channels Playlist
jQuery plugin youtube playlist
Stars: ✭ 90 (-1.1%)
Mutual labels:  widget
Photo view
📸 Easy to use yet very customizable zoomable image widget for Flutter, Photo View provides a gesture sensitive zoomable widget. Photo View is largely used to show interacive images and other stuff such as SVG.
Stars: ✭ 1,280 (+1306.59%)
Mutual labels:  widget

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].