mirror of
https://gitlab.com/TheOneWithTheBraid/dart_pkpass.git
synced 2025-07-06 05:18:47 +00:00
chore: update readme
Signed-off-by: The one with the braid <info@braid.business>
This commit is contained in:
parent
08bfebb09e
commit
4e25a4277e
2 changed files with 15 additions and 8 deletions
11
pubspec.yaml
11
pubspec.yaml
|
@ -1,5 +1,5 @@
|
|||
name: pkpass
|
||||
description: A Dart native pkpass parsing library supporting checksum verification, barcode parsing, localization and much more.
|
||||
description: A Dart native passbook parsing library supporting checksum verification, barcode parsing, localization and much more.
|
||||
version: 2.1.2
|
||||
repository: https://gitlab.com/TheOneWithTheBraid/dart_pkpass.git
|
||||
homepage: https://gitlab.com/TheOneWithTheBraid/dart_pkpass
|
||||
|
@ -7,6 +7,7 @@ issue_tracker: https://gitlab.com/TheOneWithTheBraid/dart_pkpass/-/issues
|
|||
funding:
|
||||
- https://www.buymeacoffee.com/braid
|
||||
|
||||
|
||||
environment:
|
||||
sdk: ^3.1.0
|
||||
|
||||
|
@ -18,7 +19,13 @@ dependencies:
|
|||
http: ^1.0.0
|
||||
intl: ">=0.17.0 <1.0.0"
|
||||
|
||||
|
||||
topics:
|
||||
- wallet
|
||||
- pkpass
|
||||
- passbook
|
||||
|
||||
dev_dependencies:
|
||||
import_sorter: ^4.6.0
|
||||
lints: ">=2.0.0 <5.0.0"
|
||||
lints: ^5.0.0
|
||||
test: ^1.21.0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue