Skip to content

Commit

Permalink
first stable version
Browse files Browse the repository at this point in the history
  • Loading branch information
ueman committed Nov 20, 2024
1 parent d01677f commit ad94628
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 9 deletions.
4 changes: 4 additions & 0 deletions passkit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.0.0

- This version is identical to 0.0.12

## 0.0.12

- Update readme and pubspec meta data
Expand Down
2 changes: 0 additions & 2 deletions passkit/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@
[![Bluesky Follow](https://img.shields.io/badge/Follow%20on%20Bluesky-08f)](https://bsky.app/profile/uekoetter.dev)
[![GitHub Sponsors](https://img.shields.io/badge/Sponsor-30363D?style=flat&logo=GitHub-Sponsors&logoColor=#EA4AAA)](https://github.com/sponsors/ueman)

> 🚧 API is subject to change! 🚧
PassKit allows you to work with Apple's PkPass and Order files. Those are the files that are usually managed via Apple Wallet. This is a pure Dart library and works with Flutter, on the web and on servers.

In order to show PassKit and Order files in Flutter, use the [`passkit_ui`](https://pub.dev/packages/passkit_ui) package, which includes ready made widgets.
Expand Down
2 changes: 1 addition & 1 deletion passkit/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: passkit
description: Pure Dart library which can create and read Apple's PkPass files (which are usually shown in Apple Wallet). Works on servers and in apps.
version: 0.0.12
version: 1.0.0
repository: https://github.com/ueman/passkit
issue_tracker: https://github.com/ueman/passkit/issues
topics:
Expand Down
4 changes: 4 additions & 0 deletions passkit_ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.0.0

- This version is identical to 0.0.7

## 0.0.7

- Compatibility with intl 0.20.0
Expand Down
4 changes: 0 additions & 4 deletions passkit_ui/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@
[![Bluesky Follow](https://img.shields.io/badge/Follow%20on%20Bluesky-08f)](https://bsky.app/profile/uekoetter.dev)
[![GitHub Sponsors](https://img.shields.io/badge/Sponsor-30363D?style=flat&logo=GitHub-Sponsors&logoColor=#EA4AAA)](https://github.com/sponsors/ueman)

> 🚧 API is subject to change! 🚧
> All passkit types can be shown, but might not look perfect.
> Please create an issue and attach a sample PkPass file for wrongly displayed passes.
## What is PassKit?

> Passes are a digital representation of information that might otherwise be printed on small pieces of paper or plastic. They let users take an action in the physical world. Passes can contain images and a barcode, and you can update passes using push notifications on iOS.
Expand Down
4 changes: 2 additions & 2 deletions passkit_ui/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: passkit_ui
description: A UI kit for PassKit files (usually shown in Apple Wallet). It uses the `passkit` package under the hood.
version: 0.0.7
version: 1.0.0
repository: https://github.com/ueman/passkit
issue_tracker: https://github.com/ueman/passkit/issues
topics:
Expand Down Expand Up @@ -31,7 +31,7 @@ dependencies:
sdk: flutter
intl: ">=0.18.0 <0.21.0"
meta: ^1.0.0
passkit: ^0.0.12
passkit: ^1.0.0

dev_dependencies:
flutter_lints: ^4.0.0
Expand Down

0 comments on commit ad94628

Please sign in to comment.