Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 2 additions & 26 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -189,10 +189,10 @@ packages:
dependency: "direct main"
description:
name: download_assets
sha256: ab479ef705819783af9c2a53de9c033ac7f621677f250ad0d63728f260d16585
sha256: ecc0e9f644f1c57e5ba8c723b05e69ace7fd6177f34eebcadc496b7d410e6c4d
url: "https://pub.dev"
source: hosted
version: "4.1.0"
version: "4.0.0"
fake_async:
dependency: transitive
description:
Expand Down Expand Up @@ -399,14 +399,6 @@ packages:
url: "https://pub.dev"
source: hosted
version: "4.1.2"
idb_shim:
dependency: transitive
description:
name: idb_shim
sha256: "6cd94b71a33f1223b01ea2b359c3a6fde5980872b23b31d176a64c74d4dede57"
url: "https://pub.dev"
source: hosted
version: "2.8.5+2"
integration_test:
dependency: "direct dev"
description: flutter
Expand Down Expand Up @@ -716,14 +708,6 @@ packages:
url: "https://pub.dev"
source: hosted
version: "3.1.3"
sembast:
dependency: transitive
description:
name: sembast
sha256: "139cf71496105de32e7a08a4e3a1ead0f81c4a616ec9703ed07e8f0d10cdd505"
url: "https://pub.dev"
source: hosted
version: "3.8.6"
share_plus:
dependency: "direct main"
description:
Expand Down Expand Up @@ -905,14 +889,6 @@ packages:
url: "https://pub.dev"
source: hosted
version: "0.3.1"
synchronized:
dependency: transitive
description:
name: synchronized
sha256: c254ade258ec8282947a0acbbc90b9575b4f19673533ee46f2f6e9b3aeefd7c0
url: "https://pub.dev"
source: hosted
version: "3.4.0"
term_glyph:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ dependencies:
flutter_html: ^3.0.0
flutter_html_table: ^3.0.0
path_provider: ^2.0.11
download_assets: ^4.1.0
download_assets: 4.0.0 # the Content-Length check breaks GitHub archive URLs in 4.1.0
path: ^1.8.2
http: ^1.0.0
dio: ^5.0.0
Expand Down
Loading