mirror of
https://gitlab.com/TheOneWithTheBraid/dart_pkpass.git
synced 2025-07-05 21:08:47 +00:00
feat: implement web service
Signed-off-by: The one with the braid <info@braid.business>
This commit is contained in:
parent
44494eaa90
commit
6e7f19a764
26 changed files with 331 additions and 512 deletions
|
@ -3,11 +3,11 @@
|
|||
/// More dartdocs go here.
|
||||
library pkpass;
|
||||
|
||||
export 'src/error.dart';
|
||||
export 'src/models/barcode.dart';
|
||||
export 'src/models/beacon.dart';
|
||||
export 'src/models/location.dart';
|
||||
export 'src/models/pass.dart';
|
||||
export 'src/models/pass_structure_dictionary.dart';
|
||||
export 'src/models/pass_web_service.dart';
|
||||
export 'src/pass_file.dart';
|
||||
export 'pkpass/error.dart';
|
||||
export 'pkpass/models/barcode.dart';
|
||||
export 'pkpass/models/beacon.dart';
|
||||
export 'pkpass/models/location.dart';
|
||||
export 'pkpass/models/pass.dart';
|
||||
export 'pkpass/models/pass_structure_dictionary.dart';
|
||||
export 'pkpass/models/pass_web_service.dart';
|
||||
export 'pkpass/pass_file.dart';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue