credit_card_validator
A package that validates credit card numbers, expiration dates, and security codes (CVV/CVC) based on the type of credit card
2.1.0
17K downloads/mo
#2320 most downloaded on pub.dev
cholojuanito/credit_card_validator
What this package is like to depend on
Last release 3 years ago
no release in 18 months
Release timing varies
gaps range from 3 weeks to 1.5 years
Most releases are documented
notes for 6 of 9 stable releases
Nothing withdrawn
no release was ever pulled
7 years old
10 releases · first in 2019
0 releases in the last 12 months
see the full history below
Release timeline
10 releases · Apr 2019 to May 2023Releases
latest 10-
2.1.024 May 2023Release notes
Open source →Features
- Custom types created or edited through the API in
credit_card_detectorcan be validated
What's Changed
- Custom types support in #16
Full Changelog: v.2.0.1...v.2.1.0
- Custom types created or edited through the API in
-
2.0.113 Dec 2021 -
2.0.009 Jul 2021 -
2.0.0-nullsafety.026 Jan 2021 pre-releaseNothing published for this version
-
1.2.022 Jan 2021Nothing published for this version
-
1.1.019 Nov 2020Nothing published for this version
-
1.0.127 Oct 2020Nothing published for this version
-
1.0.027 Oct 2020 -
0.0.218 Apr 2019Release notes
Open source →- 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
- Allows for dates with the following formats:
- Expiration date validation
-
0.0.115 Apr 2019Release notes
Open source →- Initial release
- Card number validation supported for:
- Visa
- American Express
- Discover
- MasterCard