build: Use webcrypto from github to fix 16kb

This commit is contained in:
Christian Kußowski 2026-02-28 09:14:46 +01:00
commit 2e8b3c1e1e
No known key found for this signature in database
GPG key ID: E067ECD60F1A0652
2 changed files with 13 additions and 5 deletions

View file

@ -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