From b83d5b0393596dd7bfbfb64518886c427c5f4d76 Mon Sep 17 00:00:00 2001 From: Felix Angelov Date: Fri, 6 May 2022 16:32:47 -0500 Subject: [PATCH] chore(deps): upgrade to Flutter 2.10.5 (#368) --- .github/workflows/main.yaml | 2 +- pubspec.lock | 2 +- pubspec.yaml | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index a805cebc..5bef442d 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -11,6 +11,6 @@ jobs: uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/flutter_package.yml@v1 with: flutter_channel: stable - flutter_version: 2.10.0 + flutter_version: 2.10.5 coverage_excludes: "lib/gen/*.dart" test_optimization: false diff --git a/pubspec.lock b/pubspec.lock index 68e08467..83de1390 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -821,4 +821,4 @@ packages: version: "3.1.0" sdks: dart: ">=2.16.0 <3.0.0" - flutter: ">=2.10.0" + flutter: ">=2.10.5" diff --git a/pubspec.yaml b/pubspec.yaml index c62191a9..1a025d4a 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -5,6 +5,7 @@ publish_to: none environment: sdk: ">=2.16.0 <3.0.0" + flutter: 2.10.5 dependencies: authentication_repository: