fix: out of memory error when uploading large assets on slow internet (#224)

This commit is contained in:
Zack Pollard
2022-06-18 13:36:58 +01:00
committed by GitHub
parent 360c1d9a15
commit e6efc61b3b
6 changed files with 97 additions and 56 deletions

View File

@@ -141,6 +141,20 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "1.0.1"
cancellation_token:
dependency: transitive
description:
name: cancellation_token
url: "https://pub.dartlang.org"
source: hosted
version: "1.4.0"
cancellation_token_http:
dependency: "direct main"
description:
name: cancellation_token_http
url: "https://pub.dartlang.org"
source: hosted
version: "1.1.0"
characters:
dependency: transitive
description:
@@ -437,7 +451,7 @@ packages:
source: hosted
version: "0.15.0"
http:
dependency: transitive
dependency: "direct main"
description:
name: http
url: "https://pub.dartlang.org"