rsa_identification 2.0.0 rsa_identification: ^2.0.0 copied to clipboard
A Dart Library for decoding and providing South African identification details from documents such as Driver's licenses and Smart ID's.
2.0.0 #
- Updated dependencies
- Added Null Safety
1.0.2 #
- Updated README file
1.0.1 #
- Introduced RsaIdDocument as interface for all documents
1.0.0 #
- Production Ready Release
0.2.0 #
BREAKING CHANGES
- Changed
IdCard
factory to accept String instead of bytes - Added IdBook document with
fromIdNumber
factory
0.1.0 #
BREAKING CHANGES
- Renamed
SmartId
toIdCard
IdCard
andDriversLicense
no longer extendIdDocument
- The abstract
IdDocument
class has been removed
0.0.1+1 #
- Updated example in README.md
0.0.1 #
- Initial Release