mirror of
https://gitlab.com/TheOneWithTheBraid/dart_pkpass.git
synced 2025-07-06 05:18: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
19
pubspec.yaml
Normal file
19
pubspec.yaml
Normal file
|
@ -0,0 +1,19 @@
|
|||
name: pkpass
|
||||
description: A Dart native pkpass parsing library.
|
||||
version: 1.0.0
|
||||
repository: https://gitlab.com/TheOneWithTheBraid/dart_pkpass
|
||||
homepage: https://gitlab.com/TheOneWithTheBraid/dart_pkpass
|
||||
issue_tracker: https://gitlab.com/TheOneWithTheBraid/dart_pkpass/-/issues
|
||||
|
||||
environment:
|
||||
sdk: ^3.1.0
|
||||
|
||||
dependencies:
|
||||
archive: ^3.3.7
|
||||
crypto: ^3.0.3
|
||||
intl: ^0.18.1
|
||||
|
||||
dev_dependencies:
|
||||
import_sorter: ^4.6.0
|
||||
lints: ^2.0.0
|
||||
test: ^1.21.0
|
Loading…
Add table
Add a link
Reference in a new issue