We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aebcc3d commit 69d1e1cCopy full SHA for 69d1e1c
packages/cryptocurrency_keys/pubspec.yaml
@@ -18,6 +18,9 @@ dependencies:
18
sdk: flutter
19
json_annotation: ^4.9.0
20
21
+dependency_overrides:
22
+ pointycastle: ^4.0.0 # a library that implements popular crypto algorithms
23
+
24
dev_dependencies:
25
build_runner: ^2.4.11
26
flutter_test:
packages/oidc4vc/pubspec.yaml
@@ -43,6 +43,8 @@ dependencies:
43
44
dependency_overrides:
45
ffi: 2.1.0 #didkit from path which depends on ffi ^1.0.0
46
47
48
49
50
0 commit comments