mirror of
https://gitlab.com/TheOneWithTheBraid/dart_pkpass.git
synced 2025-07-19 11:49:51 +00:00
fix: support utf-16 encoding
Signed-off-by: The one with the braid <info@braid.business>
This commit is contained in:
parent
c1d9fa2db3
commit
0b52723667
4 changed files with 20 additions and 22 deletions
|
@ -1,6 +1,6 @@
|
|||
name: pkpass
|
||||
description: A Dart native passbook parsing library supporting checksum verification, barcode parsing, localization and much more.
|
||||
version: 2.1.4
|
||||
version: 2.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
|
||||
|
@ -12,7 +12,7 @@ environment:
|
|||
sdk: ^3.4.0
|
||||
|
||||
dependencies:
|
||||
archive: ^3.3.7
|
||||
archive: ^4.0.5
|
||||
barcode: ^2.2.4
|
||||
charset: ^2.0.1
|
||||
crypto: ^3.0.3
|
||||
|
@ -27,5 +27,5 @@ topics:
|
|||
|
||||
dev_dependencies:
|
||||
import_sorter: ^4.6.0
|
||||
lints: ^5.0.0
|
||||
lints: ^6.0.0
|
||||
test: ^1.21.0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue