mirror of
https://gitlab.com/TheOneWithTheBraid/dart_pkpass.git
synced 2025-07-05 21:08:47 +00:00
chore: export more public classes
Signed-off-by: The one with the braid <the-one@with-the-braid.cf>
This commit is contained in:
parent
7177cd8bb2
commit
a6076c188c
1 changed files with 6 additions and 1 deletions
|
@ -3,6 +3,11 @@
|
||||||
/// More dartdocs go here.
|
/// More dartdocs go here.
|
||||||
library pkpass;
|
library pkpass;
|
||||||
|
|
||||||
export 'src/pass_file.dart';
|
|
||||||
export 'src/error.dart';
|
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.dart';
|
||||||
|
export 'src/models/pass_structure_dictionary.dart';
|
||||||
|
export 'src/models/pass_web_service.dart';
|
||||||
|
export 'src/pass_file.dart';
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue