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.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add rsa_driver_license_parsingThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
rsa_driver_license_parsing: ^1.0.3Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:rsa_driver_license_parsing/rsa_driver_license_parsing.dart';