-
Notifications
You must be signed in to change notification settings - Fork 31
/
Copy pathpubspec.yaml
107 lines (92 loc) · 2.32 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
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.4.0
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: ">=3.0.0 <4.0.0"
dependencies:
flutter:
sdk: flutter
# Network
http: ">=1.0.0"
dio: ^5.4.3+1
dio_cache_interceptor: ^3.5.1
dio_cache_interceptor_hive_store: ^3.2.2
# Web3
web3dart: ">=2.7.0"
bip32: ^2.0.0
# Crypto
crypto: ^3.0.1
encrypt: 5.0.3
pointycastle: ^3.7.0
ninja_prime: ^2.0.0
ed25519_edwards: ^0.3.1
secp256k1: ^0.3.0
poseidon: ^0.0.1
# ZK proof
flutter_rapidsnark: 0.0.1-beta.3
circom_witnesscalc: 0.0.1-alpha.3
# FFI
ffi: ^2.1.2
# DI
get_it: 8.0.2
injectable: ^2.1.2
# Storage
sembast: ^3.6.0
hive: ^2.2.3
hive_flutter: ^1.1.0
# Utils
hex: ^0.2.0
uuid: ">=4.0.0"
json_annotation: ^4.6.0
equatable: ^2.0.7
path_provider: ^2.0.15
archive: ^3.5.1
package_info_plus: ">=7.0.0"
logger: ^2.0.1
intl: ">=0.18.1"
background_downloader: ^8.5.5
meta: ^1.15.0
md5_file_checksum: ^1.0.7
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^5.0.0
json_serializable: ^6.7.1
injectable_generator: ^2.6.2
build_runner: ^2.4.15
web3dart_builders: 0.1.2
ffigen: ^16.0.0
mockito: ^5.3.2
ffigen:
# dart run ffigen
name: NativePolygonIdCoreLib
description: Bindings to `ios/Classes/libpolygonid.h`.
output: 'lib/common/libs/polygonidcore/native_polygonidcore.dart'
headers:
entry-points:
- 'ios/Frameworks/libpolygonid.xcframework/libpolygonid.h'
functions:
include:
- PLGN.*
structs:
include:
- PLGN.*
preamble: |
// ignore_for_file: camel_case_types, non_constant_identifier_names, unused_element, unused_field, unused_local_variable
compiler-opts-automatic:
macos:
include-c-standard-library: true
flutter:
plugin:
platforms:
android:
package: io.iden3.polygonid_flutter_sdk
pluginClass: PolygonIdSdkPlugin
ios:
pluginClass: PolygonIdSdkPlugin
assets:
- lib/assets/