-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
pubspec.yaml
39 lines (34 loc) · 836 Bytes
/
pubspec.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
name: passkit_ui
description: A UI kit for PassKit files (usually shown in Apple Wallet). It uses the `passkit` package under the hood.
version: 1.0.0
repository: https://github.com/ueman/passkit
issue_tracker: https://github.com/ueman/passkit/issues
topics:
- passkit
- pkpass
- apple-wallet
- wallet
- passbook
screenshots:
- description: "Screenshot of a PkPass of the boarding pass type"
path: assets/boarding_pass.webp
funding:
- https://github.com/sponsors/ueman
environment:
sdk: ">=3.3.0 <4.0.0"
flutter: ">=3.22.0"
dependencies:
barcode: ^2.0.0
barcode_widget: ^2.0.0
collection: ^1.18.0
csslib: ^1.0.0
cupertino_icons: ^1.0.8
flutter:
sdk: flutter
intl: ">=0.18.0 <0.21.0"
meta: ^1.0.0
passkit: ^1.0.0
dev_dependencies:
flutter_lints: ^4.0.0
flutter_test:
sdk: flutter