zatbridge_zatca 0.2.0
zatbridge_zatca: ^0.2.0 copied to clipboard
ZATCA Phase 1 QR generation and Phase 2 offline signing for simplified-subtype (B2C) documents. Produces compliant QR payloads entirely on-device.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add zatbridge_zatcaThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
zatbridge_zatca: ^0.2.0Alternatively, 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:zatbridge_zatca/zatbridge_zatca.dart';