From 896123860dd45bfa652226d3e4805f4c8c818de3 Mon Sep 17 00:00:00 2001 From: appflowy Date: Wed, 25 May 2022 16:18:47 +0800 Subject: [PATCH] chore: update flutter sdk version --- .github/workflows/dart_test.yml | 1 + frontend/app_flowy/pubspec.lock | 2 +- frontend/app_flowy/pubspec.yaml | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dart_test.yml b/.github/workflows/dart_test.yml index db479d2905..9938f02091 100644 --- a/.github/workflows/dart_test.yml +++ b/.github/workflows/dart_test.yml @@ -25,6 +25,7 @@ jobs: - uses: subosito/flutter-action@v2 with: channel: 'stable' + flutter-version: '3.0.0' cache: true - name: Cache Cargo diff --git a/frontend/app_flowy/pubspec.lock b/frontend/app_flowy/pubspec.lock index 65d66c67a5..958debd9dd 100644 --- a/frontend/app_flowy/pubspec.lock +++ b/frontend/app_flowy/pubspec.lock @@ -1410,5 +1410,5 @@ packages: source: hosted version: "8.1.0" sdks: - dart: ">=2.17.1 <3.0.0" + dart: ">=2.17.0 <3.0.0" flutter: ">=3.0.0" diff --git a/frontend/app_flowy/pubspec.yaml b/frontend/app_flowy/pubspec.yaml index f06eedf614..eb7b17dc21 100644 --- a/frontend/app_flowy/pubspec.yaml +++ b/frontend/app_flowy/pubspec.yaml @@ -18,7 +18,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev version: 1.0.0+1 environment: - sdk: ">=2.17.1 <3.0.0" + sdk: ">=2.16.2 <3.0.0" # Dependencies specify other packages that your package needs in order to work. # To automatically upgrade your package dependencies to the latest versions