forked from 0xPolygonID/polygonid-flutter-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
169 lines (152 loc) · 5.49 KB
/
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
name: polygonid_flutter_sdk
description: PolygonID Flutter SDK (https://polygon.technology/polygon-id). This plugin provides a cross-platform tool (iOS, Android) to integrate the PolygonID solution.
version: 2.3.1
homepage: https://polygon.technology/polygon-id
repository: https://github.com/0xPolygonID/polygonid-flutter-sdk
issue_tracker: https://github.com/0xPolygonID/polygonid-flutter-sdk/issues
documentation: https://0xpolygonid.github.io/tutorials/
environment:
sdk: ">=2.19.0 <4.0.0"
dependencies:
flutter:
sdk: flutter
http: ^0.13.6
ffi: ^2.1.2
hex: ^0.2.0
web3dart: ^2.5.1
web_socket_channel: ^2.2.0
ffigen: ^11.0.0
json_annotation: ^4.6.0
equatable: ^2.0.3
crypto: ^3.0.1
get_it: ^7.2.0
injectable: ^2.1.2
# Path provider 2.0.12 is giving problems with iOS, forced to use 2.0.11
path_provider: ^2.0.15
archive: ^3.5.1
sembast: 3.5.0+1
fast_base58: 0.2.1
uuid: ^3.0.6
encrypt: 5.0.3
pointycastle: 3.7.3
package_info_plus: ^4.2.0
bip32: ^2.0.0
dio: ^5.4.3+1
dio_cache_interceptor: ^3.5.0
dio_cache_interceptor_hive_store: ^3.2.2
logger: ^2.0.1
intl: ^0.18.1
hive: ^2.2.3
hive_flutter: ^1.1.0
ninja_prime: ^2.0.0
ed25519_edwards: ^0.3.1
secp256k1: ^0.3.0
dev_dependencies:
flutter_test:
sdk: flutter
# The "flutter_lints" package below contains a set of recommended lints to
# encourage good coding practices. The lint set provided by the package is
# activated in the `analysis_options.yaml` file located at the root of your
# package. See that file for information about deactivating specific lint
# rules and activating additional ones.
flutter_lints: ^2.0.3
json_serializable: ^6.7.1
mockito: ^5.3.2
injectable_generator: ^2.4.0
build_runner: ^2.4.6
web3dart_builders: 0.0.7
ffigen:
name: NativeWitnessLinkedMultiQuery10Lib
description: Bindings to `ios/Classes/witnesscalc_linkedMultiQuery10.h`.
output: 'lib/proof/libs/witnesscalc/linked_multi_query_10/native_witness_linked_multi_query_10.dart'
headers:
entry-points:
- 'ios/Classes/witnesscalc_linkedMultiQuery10.h'
#name: NativeWitnessV3OnchainLib
#description: Bindings to `ios/Classes/witnesscalc_credentialAtomicQueryV3OnChain.h`.
#output: 'lib/proof/libs/witnesscalc/v3_onchain/native_witness_v3_onchain.dart'
#headers:
# entry-points:
# - 'ios/Classes/witnesscalc_credentialAtomicQueryV3OnChain.h'
#name: NativeWitnessV3Lib
#description: Bindings to `ios/Classes/witnesscalc_credentialAtomicQueryV3.h`.
#output: 'lib/proof/libs/witnesscalc/v3/native_witness_v3.dart'
#headers:
# entry-points:
# - 'ios/Classes/witnesscalc_credentialAtomicQueryV3.h'
#name: NativePolygonIdCoreLib
#description: Bindings to `ios/Classes/libpolygonid.h`.
#output: 'lib/common/libs/polygonidcore/native_polygonidcore.dart'
#headers:
# entry-points:
# - 'ios/Classes/libpolygonid.h'
# name: WitnessMtpLib
# description: Bindings to `ios/Classes/witnesscalc_credentialAtomicQueryMTPV2.h`.
# output: 'lib/proof/libs/mtp_v2/native_witness_mtp_v2.dart'
# headers:
# entry-points:
# - 'ios/Classes/witnesscalc_mtp.h'
# name: WitnessLib
# description: Bindings to `ios/Classes/witnesscalc.h`.
# output: 'lib/libs/generated_bindings_witness.dart'
# headers:
# entry-points:
# - 'ios/Classes/witnesscalc.h'
#name: NativeWitnessMtpOnchainLib
#description: Bindings to `ios/Classes/witnesscalc_credentialAtomicQueryMTPV2OnChain.h`.
#output: 'lib/proof/libs/witnesscalc/mtp_v2_onchain/native_witness_mtp_v2_onchain.dart'
#headers:
# entry-points:
# - 'ios/Classes/witnesscalc_credentialAtomicQueryMTPV2OnChain.h'
#name: NativeWitnessSigOnchainLib
#description: Bindings to `ios/Classes/witnesscalc_credentialAtomicQuerySigV2OnChain.h`.
#output: 'lib/proof/libs/witnesscalc/sig_v2_onchain/native_witness_sig_v2_onchain.dart'
#headers:
# entry-points:
# - 'ios/Classes/witnesscalc_credentialAtomicQuerySigV2OnChain.h'
# name: ProverLib
# description: Bindings to `ios/Classes/prover.h`.
# output: 'lib/libs/generated_bindings_prover.dart'
# headers:
# entry-points:
# - 'ios/Classes/prover.h'
# For information on the generic Dart part of this file, see the
# following page: https://dart.dev/tools/pub/pubspec
# The following section is specific to Flutter.
flutter:
plugin:
platforms:
android:
package: io.iden3.polygonid_flutter_sdk
pluginClass: PolygonIdSdkPlugin
ios:
pluginClass: PolygonIdSdkPlugin
assets:
- lib/assets/
# To add assets to your plugin package, add an assets section, like this:
# assets:
#
# For details regarding assets in packages, see
# https://flutter.dev/assets-and-images/#from-packages
#
# An image asset can refer to one or more resolution-specific "variants", see
# https://flutter.dev/assets-and-images/#resolution-aware.
# To add custom fonts to your plugin package, add a fonts section here,
# in this "flutter" section. Each entry in this list should have a
# "family" key with the font family name, and a "fonts" key with a
# list giving the asset and other descriptors for the font. For
# example:
# fonts:
# - family: Schyler
# fonts:
# - asset: fonts/Schyler-Regular.ttf
# - asset: fonts/Schyler-Italic.ttf
# style: italic
# - family: Trajan Pro
# fonts:
# - asset: fonts/TrajanPro.ttf
# - asset: fonts/TrajanPro_Bold.ttf
# weight: 700
#
# For details regarding fonts in packages, see
# https://flutter.dev/custom-fonts/#from-packages