From 6432d45ca2b278310a7b49da31659457eab021f5 Mon Sep 17 00:00:00 2001 From: Moe Date: Fri, 22 Sep 2023 16:20:32 +0700 Subject: [PATCH] Update min sdk version --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index c010c28..7409b59 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -18,7 +18,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev version: 1.0.1 environment: - sdk: ">=3.1.0 < 4.0.0" + sdk: ">=2.19.0 < 4.0.0" # Dependencies specify other packages that your package needs in order to work. # To automatically upgrade your package dependencies to the latest versions