From 80244701ec1a5286bd9719451d44264f9cca3d12 Mon Sep 17 00:00:00 2001 From: Kevin Alexis Contreras <36680385+KiritoDv@users.noreply.github.com> Date: Mon, 13 Jun 2022 08:47:24 -0500 Subject: [PATCH 1/3] Updated flutter packages --- pubspec.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index 4a5ebcb..cba24e7 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -7,8 +7,8 @@ environment: sdk: '>=2.5.0 <3.0.0' dependencies: - http: ^0.12.2 - image: ^2.1.18 + http: ^0.13.4 + image: ^3.2.0 meta: ^1.1.8 # path: ^1.6.0 From 7858741ab34ed4cfc40c1ba2e6c79a9f31d68d36 Mon Sep 17 00:00:00 2001 From: Kevin Alexis Contreras <36680385+KiritoDv@users.noreply.github.com> Date: Mon, 13 Jun 2022 08:49:21 -0500 Subject: [PATCH 2/3] Updated flutter min sdk --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index cba24e7..9599c4d 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -4,7 +4,7 @@ version: 1.0.1 homepage: https://github.com/limonadev/diff_image environment: - sdk: '>=2.5.0 <3.0.0' + sdk: ">=2.2.2 <3.0.0" dependencies: http: ^0.13.4 From fd1d22a5c784e3d1a98dc8b57e582f69ab7957b6 Mon Sep 17 00:00:00 2001 From: Kevin Alexis Contreras <36680385+KiritoDv@users.noreply.github.com> Date: Mon, 13 Jun 2022 08:51:08 -0500 Subject: [PATCH 3/3] Downgraded image dependency --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 9599c4d..d620029 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -8,7 +8,7 @@ environment: dependencies: http: ^0.13.4 - image: ^3.2.0 + image: ^3.1.3 meta: ^1.1.8 # path: ^1.6.0