drivers_license_parser 2.0.0
drivers_license_parser: ^2.0.0 copied to clipboard
This package provides a simple and effective utility for parsing barcodes displayed on the back of drivers license cards issued in the United States and Canada.
2.0.0 #
- Update to Dart 3
- Handle expiration dates that appear in the top line of the license data (observed in version 09)
1.2.2 #
- Update return null when parsing
NONEvalue
1.2.1 #
- Fix an issue where user data contains key collisions and parser extracts the wrong info
1.2.0 #
- Fix V1 Driver's License Number parsing. In some cases the DBJ (unique customer ID) can be used but in others it is the more common DAQ field. I added a
driversLicenseNumberfield to theLicenseclass and the value of this field is mapped to the correct value which is usuallycustomerId. This is less confusing to use and allows us to support both cases when it is either DBJ or DAQ.
1.1.0 #
- fix locale-sensitive date parsing. Add a US/Canadian parsing mode option.
1.0.0 #
- Initial version. Direct port of https://github.com/ksoftllc/license-parser. Thank you https://github.com/ksoftllc!