From 92c59a3d2ac9b46f70ea09d9841ca07148f1669a Mon Sep 17 00:00:00 2001 From: otopba Date: Wed, 12 Oct 2022 18:40:56 +0700 Subject: [PATCH] fix sdk version --- example/pubspec.yaml | 2 +- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/example/pubspec.yaml b/example/pubspec.yaml index 837dea2..f8e8b20 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -3,7 +3,7 @@ publish_to: none version: 1.0.0+1 environment: - sdk: ">=2.18.0-0 <3.0.0" + sdk: ">=2.18.0 <3.0.0" dependencies: flutter: diff --git a/pubspec.yaml b/pubspec.yaml index 3695a63..f9ffa59 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -4,7 +4,7 @@ version: 2.0.0 homepage: https://github.com/optimist-dev/scrolls_to_top environment: - sdk: ">=2.18.0-0 <3.0.0" + sdk: ">=2.18.0 <3.0.0" dependencies: flutter: