mirror of
https://gitlab.com/TheOneWithTheBraid/dart_pkpass.git
synced 2025-07-05 21:08:47 +00:00
chore: initial commit
Signed-off-by: The one with the braid <the-one@with-the-braid.cf>
This commit is contained in:
commit
cf9609d699
20 changed files with 1483 additions and 0 deletions
8
lib/pkpass.dart
Normal file
8
lib/pkpass.dart
Normal file
|
@ -0,0 +1,8 @@
|
|||
/// 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';
|
Loading…
Add table
Add a link
Reference in a new issue