dart_pkpass/lib/pkpass.dart
The one with the braid cf9609d699 chore: initial commit
Signed-off-by: The one with the braid <the-one@with-the-braid.cf>
2023-08-26 23:05:51 +02:00

8 lines
174 B
Dart

/// Support for doing something awesome.
///
/// More dartdocs go here.
library pkpass;
export 'src/pass_file.dart';
export 'src/error.dart';
export 'src/models/pass.dart';