dart_pkpass/lib/pkpass.dart
The one with the braid a6076c188c chore: export more public classes
Signed-off-by: The one with the braid <the-one@with-the-braid.cf>
2023-08-29 14:01:32 +02:00

13 lines
371 B
Dart

/// Support for doing something awesome.
///
/// 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';