credit_card_type_detector
A package that detects credit card types based on the current credit card number patterns
3.0.0
24K downloads/mo
#2017 most downloaded on pub.dev
cholojuanito/credit_card_type_detector
What this package is like to depend on
Last release 3 years ago
no release in 18 months
Release timing varies
gaps range from 2 weeks to 1.8 years
Nearly every release is documented
notes for 6 of 6 stable releases
Nothing withdrawn
no release was ever pulled
7 years old
7 releases · first in 2019
0 releases in the last 12 months
see the full history below
Release timeline
7 releases · Mar 2019 to Mar 2023Releases
latest 7-
3.0.029 Mar 2023Release notes
Open source →Breaking changes
detectCCType()now returns aList<CreditCardType>to support custom cards. This list will have the most likely card type as the first element
Features
Support for custom credit card types
- Basic CRUD operations for card types that you can define. You can even change the default card types
What's Changed
Full Changelog: v2.0.0...v3.0.0
Release notes
Open source →- Breaking changes
detectCCType()now returns aList<CreditCardType>to support custom cards. This list will have the most likely card type as the first element
- Support for custom credit card types
- Basic CRUD operations for card types that you can define. You can even change the default card types
-
2.0.022 Jun 2021Release notes
Open source →Merge pull request #2 from cholojuanito/dev
Version 2.0.0 pre release for Dart null safety
Release notes
Open source →- Dart null safety ready official release
- Added some more Hipercard numbers
- Touched up the example app
-
2.0.0-nullsafety.015 Dec 2020 pre-releaseRelease notes
Open source →- Dart null safety ready! Updated dependencies to be ready.
- More edge case tests and unit tests
- Checks for non-numeric characters
- Testing for more incorrect card numbers
-
1.1.023 Sep 2019Release notes
Open source →- Now supports all cards that the Braintree module supports
- Updated
READMEto include a basic example, API, and other notes
-
1.0.112 Apr 2019Release notes
Open source →- Removed the gif from the
example/READMEsince the pub website wasn't displaying it
- Removed the gif from the
-
1.0.012 Apr 2019 -
0.1.026 Mar 2019