credit_card_validator 1.1.0 copy "credit_card_validator: ^1.1.0" to clipboard
credit_card_validator: ^1.1.0 copied to clipboard

outdated

A Dart package that validates credit card numbers, expiration dates, and security codes (CVV/CVC) based on the type of credit card

Up next #

  • Unit tests
  • "Validate" card holder name and postal codes

[1.1.0] #

  • Fixed error that happened when validating card number of cards that are not supported

[1.0.1] #

  • Added better usage example

[1.0.0] - Oct 27, 2020 #

  • Finalized method and class declarations

[0.1.0] - July 29, 2019 #

  • Security code validation

[0.0.2] - April 18, 2019 #

  • Expiration date validation
    • Allows for dates with the following formats:
      • MM/YYYY
      • MM/YYY will only happen when the user is typing in a 4 digit year
      • MM/YY
    • Also makes sure the expiration year isn't beyond a certain limit, default is 19

[0.0.1] - April 15, 2019 #

  • Initial release
  • Card number validation supported for:
    • Visa
    • American Express
    • Discover
    • MasterCard
74
likes
0
pub points
95%
popularity

Publisher

unverified uploader

A Dart package that validates credit card numbers, expiration dates, and security codes (CVV/CVC) based on the type of credit card

Homepage
Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

credit_card_type_detector

More

Packages that depend on credit_card_validator