From 018c47b18b3f6768ee73cc3455ebdf672ca66e94 Mon Sep 17 00:00:00 2001 From: Brendan Duncan Date: Thu, 19 Dec 2024 10:11:10 -0700 Subject: [PATCH] Make the min sdk version 3.0 instead of 3.2 --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 935bc7d5..3e374bc7 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -7,7 +7,7 @@ homepage: https://github.com/brendan-duncan/image documentation: https://github.com/brendan-duncan/image/blob/main/doc/README.md environment: - sdk: '>=3.2.0 <4.0.0' + sdk: '>=3.0.0 <4.0.0' dependencies: archive: ^4.0.1