Skip to content

Commit

Permalink
No longer mark write method as experimental
Browse files Browse the repository at this point in the history
  • Loading branch information
ueman committed Oct 11, 2024
1 parent c55fc9f commit b9913aa
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 4 additions & 0 deletions passkit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## Unreleased

- No longer mark `PkPass.write()` as experimental

## 0.0.10

- Only support `image: ^4.1.1`
Expand Down
3 changes: 1 addition & 2 deletions passkit/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -191,8 +191,7 @@ void main() {

Please feel encouraged to create PRs for the following features.

- PassKit Web Service: This functionality is existing, but might not work. Please file an issue or create a PR with a fix for bugs you encounter.
- Push Notification update registration is only working on iOS due to this whole specification being an Apple thingy.
- Push Notification update registration is only working on iOS due to it being an exclusive Apple thingy.
- Localization: Existing, but still inconvenient to use. There might be issues due to localizations being UTF-16 formatted, but the library currently uses UTF-8 to read localizations.

## Bugs and parsing issues
Expand Down
2 changes: 0 additions & 2 deletions passkit/lib/src/pkpass/pkpass.dart
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import 'dart:typed_data';

import 'package:archive/archive.dart';
import 'package:meta/meta.dart';
import 'package:passkit/src/archive_extensions.dart';
import 'package:passkit/src/archive_file_extension.dart';
import 'package:passkit/src/crypto/signature_verification.dart';
Expand Down Expand Up @@ -261,7 +260,6 @@ class PkPass {
/// Remarks:
/// - Image sizes aren't checked, which means it's possible to create passes
/// that look odd and wrong in Apple wallet or [passkit_ui](https://pub.dev/packages/passkit_ui)
@experimental
Uint8List? write({
required String? certificatePem,
required String? privateKeyPem,
Expand Down

0 comments on commit b9913aa

Please sign in to comment.