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
|
@ -23,17 +23,12 @@ void main() {
|
|||
// ignore: unused_local_variable
|
||||
final file = PassFile(
|
||||
PassMetadata(
|
||||
description: null,
|
||||
formatVersion: 0,
|
||||
organizationName: null,
|
||||
passTypeIdentifier: null,
|
||||
serialNumber: null,
|
||||
teamIdentifier: null,
|
||||
suppressStripShine: null,
|
||||
eventTicket: null,
|
||||
barcode: null,
|
||||
foregroundColor: null,
|
||||
locations: [],
|
||||
description: '',
|
||||
formatVersion: 1,
|
||||
organizationName: '',
|
||||
passTypeIdentifier: '',
|
||||
serialNumber: '',
|
||||
teamIdentifier: '',
|
||||
),
|
||||
archive,
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue