build: Use webcrypto from github to fix 16kb
This commit is contained in:
parent
1fc49db3d3
commit
2e8b3c1e1e
2 changed files with 13 additions and 5 deletions
|
|
@ -119,3 +119,10 @@ flutter:
|
|||
# 2. Always link an (upstream?) issue
|
||||
# 3. Explain how and when this can be removed (overrides must be temporarily)
|
||||
dependency_overrides:
|
||||
# To fix 16kb compatiblity in PlayStore. It is fixed in main branch but
|
||||
# not yet published:
|
||||
# https://github.com/google/webcrypto.dart/issues/207
|
||||
webcrypto:
|
||||
git:
|
||||
url: https://github.com/google/webcrypto.dart.git
|
||||
ref: master
|
||||
Loading…
Add table
Add a link
Reference in a new issue