dart_pkpass/lib/pkpass.dart
The one with the braid c1d9fa2db3 chore: bump SDK
Signed-off-by: The one with the braid <info@braid.business>
2024-10-14 21:31:29 +02:00

13 lines
388 B
Dart

/// Support for doing something awesome.
///
/// More dartdocs go here.
library;
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';