A flutter package to create a Credit Card widget in your application.
A payment view library for credit and debit card.
A compact credit card input field that combines the number date and cvv into a single field.
Custom EditText
for entering Credit Card numbers, it'll also display the image of the card number type being entered (after entering the first two digits). And it supports adding a separator (spaces or dashes) after every four digits.
Smooth UI for Credit Card Entry on Android device, perform check for supported credit card types , pan length and luhn check. Inspired by Uber credit card entry interface.
A better Android credit/debit card interactive form without writing a lot of code
CardForm can be used as a simple credit card validation form with any credit card form and any payment API (without you changing anything).
StripeCardEntry makes a simple and elegant credit card entry UI of Stripe and ports this to the Android Platform. In a nutshell StripeCardEntry has:
Custom EditText
for Android to enter credit card numbers.
A simple custom view based on EditText
that lets you validate credit card numbers.
CreditCardView is a custom view to work with Credit Cards / Debit Cards.
CreditCardView is an Android library that allows developers to create the UI which replicates an actual Credit Card.
This library provides an elegant form for credit card entry that can be easily added to a activity or fragment. Regex is used to validate credit card types and a Luhn check is performed on the card numbers.
Tools for working with a house of (credit) cards.
This library is an extension of Android's EditText control. Its purpose is to detect the type of credit card from the numbers that are entered in it. It also provides an interface through which more patterns can be added. Once a pattern is found it displays the appropriate image next to the number.