From 4fbacb45a4382a873b5b5cc3eeaaf920f180dac6 Mon Sep 17 00:00:00 2001 From: KiritoDv Date: Sat, 1 Jun 2024 14:25:08 -0600 Subject: [PATCH] Fixed image corruption --- pubspec.lock | 4 ++-- pubspec.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pubspec.lock b/pubspec.lock index acd448a..b596a31 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -146,10 +146,10 @@ packages: dependency: "direct main" description: name: image - sha256: "2237616a36c0d69aef7549ab439b833fb7f9fb9fc861af2cc9ac3eedddd69ca8" + sha256: "30e8694b58d61f67ce042b399f2abb44b0dd3f0de10342eeb737b7d9cdb69643" url: "https://pub.dev" source: hosted - version: "4.2.0" + version: "4.0.7" intl: dependency: "direct main" description: diff --git a/pubspec.yaml b/pubspec.yaml index 7500e75..24272da 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -50,7 +50,7 @@ dependencies: ref: 7cfb8ef3560f3ff3bdda64f1a283fc06f4325dfc tuple: ^2.0.1 crypto: ^3.0.2 - image: ^4.0.7 + image: 4.0.7 intl: ^0.18.1 path: ^1.8.2 archive: ^3.6.0