-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
40 lines (36 loc) · 986 Bytes
/
pubspec.yaml
File metadata and controls
40 lines (36 loc) · 986 Bytes
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
40
name: flutter_wallet_card
description: Flutter wallet card plugin for iOS and Android. Generate Apple Wallet passes and Google Wallet cards from local files or web URLs.
version: 4.0.4
homepage: https://github.com/WebEferen/flutter_wallet_card
repository: https://github.com/WebEferen/flutter_wallet_card.git
issue_tracker: https://github.com/WebEferen/flutter_wallet_card/issues
environment:
sdk: ">=3.4.0 <4.0.0"
flutter: ">=3.0.0"
dependencies:
archive: ^3.4.10
crypto: ^3.0.3
dio: ^5.4.0
equatable: ^2.0.5
flutter:
sdk: flutter
json_annotation: ^4.9.0
path: ^1.8.3
path_provider: ^2.1.2
uuid: ^4.3.3
dev_dependencies:
build_runner: ^2.4.7
flutter_lints: ^4.0.0
flutter_test:
sdk: flutter
json_serializable: ^6.7.1
mockito: ^5.4.4
test: ^1.25.15
flutter:
plugin:
platforms:
android:
package: com.flutter.wallet_card
pluginClass: FlutterWalletCardPlugin
ios:
pluginClass: FlutterWalletCardPlugin