credit_card_field 1.0.1 copy "credit_card_field: ^1.0.1" to clipboard
credit_card_field: ^1.0.1 copied to clipboard

outdated

Flutter credit card, cvv, and expiration form fields. Automatically formats expiration dates.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add credit_card_field

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  credit_card_field: ^1.0.1

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:credit_card_field/credit_card_field.dart';
2
likes
40
pub points
51%
popularity

Publisher

verified publishersub6resources.com

Flutter credit card, cvv, and expiration form fields. Automatically formats expiration dates.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on credit_card_field