chore: export more public classes

Signed-off-by: The one with the braid <the-one@with-the-braid.cf>
This commit is contained in:
The one with the braid 2023-08-29 14:01:32 +02:00
parent 7177cd8bb2
commit a6076c188c

View file

@ -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';