mirror of
https://gitlab.com/TheOneWithTheBraid/dart_pkpass.git
synced 2025-07-05 12:58:47 +00:00
chore: bump SDK
Signed-off-by: The one with the braid <info@braid.business>
This commit is contained in:
parent
c89dd1f8b3
commit
c1d9fa2db3
5 changed files with 9 additions and 5 deletions
|
@ -1,5 +1,5 @@
|
||||||
variables:
|
variables:
|
||||||
FLUTTER_VERSION: 3.22.2
|
FLUTTER_VERSION: 3.24.3
|
||||||
|
|
||||||
image: registry.gitlab.com/theonewiththebraid/flutter-dockerimages:${FLUTTER_VERSION}-base
|
image: registry.gitlab.com/theonewiththebraid/flutter-dockerimages:${FLUTTER_VERSION}-base
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
## v2.1.4
|
||||||
|
|
||||||
|
- chore: bump SDK
|
||||||
|
|
||||||
## v2.1.3
|
## v2.1.3
|
||||||
|
|
||||||
- chore: update readme (The one with the braid)
|
- chore: update readme (The one with the braid)
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/// Support for doing something awesome.
|
/// Support for doing something awesome.
|
||||||
///
|
///
|
||||||
/// More dartdocs go here.
|
/// More dartdocs go here.
|
||||||
library pkpass;
|
library;
|
||||||
|
|
||||||
export 'pkpass/error.dart';
|
export 'pkpass/error.dart';
|
||||||
export 'pkpass/models/barcode.dart';
|
export 'pkpass/models/barcode.dart';
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
/// So far only supports update check but no push service.
|
/// 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
|
/// 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.dart';
|
||||||
export 'pkpass_web_wervice/web_service_error.dart';
|
export 'pkpass_web_wervice/web_service_error.dart';
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
name: pkpass
|
name: pkpass
|
||||||
description: A Dart native passbook 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.3
|
version: 2.1.4
|
||||||
repository: https://gitlab.com/TheOneWithTheBraid/dart_pkpass.git
|
repository: https://gitlab.com/TheOneWithTheBraid/dart_pkpass.git
|
||||||
homepage: https://gitlab.com/TheOneWithTheBraid/dart_pkpass
|
homepage: https://gitlab.com/TheOneWithTheBraid/dart_pkpass
|
||||||
issue_tracker: https://gitlab.com/TheOneWithTheBraid/dart_pkpass/-/issues
|
issue_tracker: https://gitlab.com/TheOneWithTheBraid/dart_pkpass/-/issues
|
||||||
|
@ -9,7 +9,7 @@ funding:
|
||||||
|
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ^3.1.0
|
sdk: ^3.4.0
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
archive: ^3.3.7
|
archive: ^3.3.7
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue