credit_card_validate 0.0.3 copy "credit_card_validate: ^0.0.3" to clipboard
credit_card_validate: ^0.0.3 copied to clipboard

Easily validate credit card numbers using the Luhn Algorithm. Also identify the brand of the credit card.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add credit_card_validate

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

dependencies:
  credit_card_validate: ^0.0.3

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_validate/credit_card_validate.dart';
6
likes
40
pub points
53%
popularity

Publisher

verified publisherayush.codes

Easily validate credit card numbers using the Luhn Algorithm. Also identify the brand of the credit card.

Homepage

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on credit_card_validate