From fe8d178363ed987523646b645bc5186577a17e1f Mon Sep 17 00:00:00 2001 From: amoskeyz Date: Tue, 3 Sep 2024 14:36:56 +0100 Subject: [PATCH] update dart sdk version --- example/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/pubspec.yaml b/example/pubspec.yaml index c461a38..7f6cc2f 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.4.3 <4.0.0' + sdk: '>=3.3.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