forked from Nexus/nexus
override webcrypto deps
This commit is contained in:
parent
02704e97ef
commit
11d83ee067
8 changed files with 25 additions and 24 deletions
|
|
@ -19,6 +19,8 @@ environment:
|
|||
sdk: 3.13.0
|
||||
|
||||
dependency_overrides:
|
||||
webcrypto: 0.6.1
|
||||
hooks: 2.2.0
|
||||
dynamic_color: 2.1.0
|
||||
path_provider_android: 2.2.23 # Pinned to avoid JNI
|
||||
linkify:
|
||||
|
|
@ -52,7 +54,7 @@ dependencies:
|
|||
dynamic_polls: 0.0.8
|
||||
flutter_hooks: 0.21.3+1
|
||||
ffi: 2.2.0
|
||||
hooks: ^2.2.0
|
||||
hooks: 2.2.0
|
||||
code_assets: 1.2.1
|
||||
ffigen: 21.0.0
|
||||
timeago: 3.7.1
|
||||
|
|
@ -85,7 +87,6 @@ dependencies:
|
|||
dev_dependencies:
|
||||
build_runner: 2.16.0
|
||||
flutter_lints: 6.0.0
|
||||
webcrypto: 0.6.0
|
||||
freezed: 4.0.0
|
||||
riverpod_lint: 3.1.8
|
||||
flutter_launcher_icons: 0.14.4
|
||||
|
|
|
|||
Loading…
Reference in a new issue