drivers_license_parser
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
5.9K downloads/mo
#3604 most downloaded on pub.dev
axlehire/drivers_license_parser
What this package is like to depend on
Last release 1 years ago
15 Jul 2025
Ships unpredictably
gaps range from 2 months to 2.5 years
Nearly every release is documented
notes for 6 of 6 stable releases
Nothing withdrawn
no release was ever pulled
5 years old
6 releases · first in 2022
0 releases in the last 12 months
see the full history below
Release timeline
6 releases · Jan 2022 to Jul 2025
2023
2024
2025
2026
Releases
latest 6-
2.0.015 Jul 2025Release notes
Open source →- Update to Dart 3
- Handle expiration dates that appear in the top line of the license data (observed in version 09)
-
1.2.216 Jan 2023 -
1.2.111 Jul 2022Release notes
Open source →- Fix an issue where user data contains key collisions and parser extracts the wrong info
-
1.2.012 May 2022Release notes
Open source →- 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.
- 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
-
1.1.023 Mar 2022Release notes
Open source →- fix locale-sensitive date parsing. Add a US/Canadian parsing mode option.
-
1.0.020 Jan 2022Release notes
Open source →- Initial version. Direct port of https://github.com/ksoftllc/license-parser. Thank you https://github.com/ksoftllc!