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
11
pubspec.lock
11
pubspec.lock
|
|
@ -2210,12 +2210,13 @@ packages:
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "3.0.3"
|
version: "3.0.3"
|
||||||
webcrypto:
|
webcrypto:
|
||||||
dependency: transitive
|
dependency: "direct overridden"
|
||||||
description:
|
description:
|
||||||
name: webcrypto
|
path: "."
|
||||||
sha256: "6b43001c4110856ff7fa5e5e65e7b2d44bec1d8b54a4d84d5fa2c7622267c5c1"
|
ref: master
|
||||||
url: "https://pub.dev"
|
resolved-ref: dcc7ba78c9721de56a800fda9a9e2bc759b9cad3
|
||||||
source: hosted
|
url: "https://github.com/google/webcrypto.dart.git"
|
||||||
|
source: git
|
||||||
version: "0.6.0"
|
version: "0.6.0"
|
||||||
webdriver:
|
webdriver:
|
||||||
dependency: transitive
|
dependency: transitive
|
||||||
|
|
|
||||||
|
|
@ -119,3 +119,10 @@ flutter:
|
||||||
# 2. Always link an (upstream?) issue
|
# 2. Always link an (upstream?) issue
|
||||||
# 3. Explain how and when this can be removed (overrides must be temporarily)
|
# 3. Explain how and when this can be removed (overrides must be temporarily)
|
||||||
dependency_overrides:
|
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