rsa_driver_license_parsing 1.0.3
rsa_driver_license_parsing: ^1.0.3 copied to clipboard
A Flutter library for decrypting and parsing South African driver's license data from PDF417 barcodes. Supports both v1 and v2 license formats.
1.0.0 #
- Initial stable release for pub.flutter-io.cn
- Decrypt and parse South African driver's license data from PDF417 barcodes
- Support for both version 1 and version 2 license formats
- Simple API:
SadlParser.parseLicense()handles both decryption and parsing - Comprehensive error handling with custom exception types:
InvalidInputDataExceptionUnsupportedLicenseVersionExceptionSadlDecryptionExceptionSadlParsingException
- Full null-safety support
- JSON serialization with
toJson()andfromJson() - Enhanced
DrivingLicensemodel with useful getters:fullName- Combined surname and initialsisExpired- Check if license has expiredhasPrdpPermit- Check for professional driving permit
- Well-documented API with comprehensive examples
- Legacy
SadlToolclass maintained for backward compatibility (deprecated)
1.0.1 #
- fix: Update repository link in acknowledgments section of README
1.0.2 #
- fix changelog typo
1.0.3 #
- updated dependencies