chore: bump SDK

Signed-off-by: The one with the braid <info@braid.business>
This commit is contained in:
The one with the braid 2024-10-14 21:31:29 +02:00
parent c89dd1f8b3
commit c1d9fa2db3
5 changed files with 9 additions and 5 deletions

View file

@ -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

View file

@ -1,3 +1,7 @@
## v2.1.4
- chore: bump SDK
## v2.1.3
- chore: update readme (The one with the braid)

View file

@ -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';

View file

@ -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';

View file

@ -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