mirror of
https://gitlab.com/TheOneWithTheBraid/dart_pkpass.git
synced 2025-07-05 12:58:47 +00:00
chore: add high level classes
Signed-off-by: The one with the braid <the-one@with-the-braid.cf>
This commit is contained in:
parent
165226bee1
commit
78f88305ec
13 changed files with 678 additions and 316 deletions
|
@ -22,6 +22,9 @@ Future<int> main(List<String> args) async {
|
|||
);
|
||||
|
||||
print('Logo image blob length: ${logo?.length}');
|
||||
print('First barcode: ${pass.metadata.barcodes.firstOrNull?.message}');
|
||||
print('Location: ${pass.metadata.locations.firstOrNull?.relevantText}');
|
||||
print('Date: ${pass.metadata.relevantDate}');
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue