From 473605980dfc27f903d2d9fbe58715116e32f7e2 Mon Sep 17 00:00:00 2001 From: Amos Date: Mon, 4 Dec 2023 16:44:44 +0800 Subject: [PATCH] Update: Example compatible SDK >= 2.19.0 --- example/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/pubspec.yaml b/example/pubspec.yaml index 094eb63..23760b0 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -19,7 +19,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev version: 1.0.0+1 environment: - sdk: '>=3.2.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