mirror of
https://gitlab.com/TheOneWithTheBraid/dart_pkpass.git
synced 2025-07-05 12:58:47 +00:00
20 lines
544 B
YAML
20 lines
544 B
YAML
name: pkpass
|
|
description: A Dart native pkpass parsing library supporting checksum verification, barcode parsing, localization and much more.
|
|
version: 1.2.0
|
|
repository: https://gitlab.com/TheOneWithTheBraid/dart_pkpass.git
|
|
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
|
|
barcode: ^2.2.4
|
|
crypto: ^3.0.3
|
|
intl: ^0.18.1
|
|
|
|
dev_dependencies:
|
|
import_sorter: ^4.6.0
|
|
lints: ^2.0.0
|
|
test: ^1.21.0
|