Skip to content

Commit

Permalink
chore(readme): Update root readme and link to folders for each project
Browse files Browse the repository at this point in the history
  • Loading branch information
ueman authored Jul 1, 2024
1 parent a5fae72 commit bcc3fd7
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

This repo contains various packages to deal with PkPass files.

| Package | Description | Pub.dev |
|-----------------|------------------------------------------------------------------------|----------------------------------------|
| `app` | App which makes use of the various libraries. Android only. | |
| `apple_passkit` | Package to interface with the native functionality on iOS | https://pub.dev/packages/apple_passkit |
| `passkit` | Pure Dart package to read PkPass files. Can be used on server side too | https://pub.dev/packages/passkit |
| `passkit_ui` | Pure Flutter package to show PkPass files. Makes use of `passkit` | https://pub.dev/packages/passkit_ui |
| Package | Description | Pub.dev |
|----------------------------------|------------------------------------------------------------------------|----------------------------------------|
| [`app`](app) | App which makes use of the various libraries. Android only. | |
| [`apple_passkit`](apple_passkit) | Package to interface with the native functionality on iOS | https://pub.dev/packages/apple_passkit |
| [`passkit`](passkit) | Pure Dart package to read PkPass files. Can be used on server side too | https://pub.dev/packages/passkit |
| [`passkit_ui`](passkit_ui) | Pure Flutter package to show PkPass files. Makes use of `passkit` | https://pub.dev/packages/passkit_ui |

0 comments on commit bcc3fd7

Please sign in to comment.