From 7ecf0978619f12e1f298775da3fd81db2f8cf23d Mon Sep 17 00:00:00 2001 From: Nick Fisher Date: Tue, 18 Jun 2024 16:29:53 +0800 Subject: [PATCH] reduce quickstart Dart SDK min version --- examples/flutter/quickstart/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/flutter/quickstart/pubspec.yaml b/examples/flutter/quickstart/pubspec.yaml index 73825cd9..0f35e5bb 100644 --- a/examples/flutter/quickstart/pubspec.yaml +++ b/examples/flutter/quickstart/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.5.0-250.0.dev <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