diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 69aade2..dde3240 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,5 @@ variables: - FLUTTER_VERSION: 3.22.2 + FLUTTER_VERSION: 3.24.3 image: registry.gitlab.com/theonewiththebraid/flutter-dockerimages:${FLUTTER_VERSION}-base diff --git a/CHANGELOG.md b/CHANGELOG.md index 074e7ea..cb6b0ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## v2.1.4 + +- chore: bump SDK + ## v2.1.3 - chore: update readme (The one with the braid) diff --git a/lib/pkpass.dart b/lib/pkpass.dart index 7a56dd9..f039ec1 100644 --- a/lib/pkpass.dart +++ b/lib/pkpass.dart @@ -1,7 +1,7 @@ /// Support for doing something awesome. /// /// More dartdocs go here. -library pkpass; +library; export 'pkpass/error.dart'; export 'pkpass/models/barcode.dart'; diff --git a/lib/pkpass_web_service.dart b/lib/pkpass_web_service.dart index a1d5ff2..0ad9682 100644 --- a/lib/pkpass_web_service.dart +++ b/lib/pkpass_web_service.dart @@ -3,7 +3,7 @@ /// So far only supports update check but no push service. /// /// https://developer.apple.com/library/archive/documentation/PassKit/Reference/PassKit_WebService/WebService.html#//apple_ref/doc/uid/TP40011988 -library pkpass_web_service; +library; export 'pkpass_web_wervice/web_service.dart'; export 'pkpass_web_wervice/web_service_error.dart'; diff --git a/pubspec.yaml b/pubspec.yaml index 051574e..c442e86 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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.3 +version: 2.1.4 repository: https://gitlab.com/TheOneWithTheBraid/dart_pkpass.git homepage: https://gitlab.com/TheOneWithTheBraid/dart_pkpass issue_tracker: https://gitlab.com/TheOneWithTheBraid/dart_pkpass/-/issues @@ -9,7 +9,7 @@ funding: environment: - sdk: ^3.1.0 + sdk: ^3.4.0 dependencies: archive: ^3.3.7