diff --git a/.github/workflows/analyze-test.yaml b/.github/workflows/analyze-test.yaml index 38512d606..7485a81c1 100644 --- a/.github/workflows/analyze-test.yaml +++ b/.github/workflows/analyze-test.yaml @@ -30,7 +30,7 @@ jobs: - name: Setup flutter uses: subosito/flutter-action@v2 with: - flutter-version: "3.7.5" + flutter-version: "3.10.6" channel: "stable" cache: true cache-key: "deps-${{ hashFiles('**/pubspec.lock') }}" diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index fc76c0015..6410da61c 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -23,7 +23,7 @@ jobs: - name: Setup flutter uses: subosito/flutter-action@v2 with: - flutter-version: "3.7.5" + flutter-version: "3.10.6" channel: "stable" cache: true cache-key: deps-${{ hashFiles('**/pubspec.lock') }} # optional, change this to force refresh cache diff --git a/.github/workflows/pr-deployments.yaml b/.github/workflows/pr-deployments.yaml index 37c1469f4..fd7268f54 100644 --- a/.github/workflows/pr-deployments.yaml +++ b/.github/workflows/pr-deployments.yaml @@ -20,7 +20,7 @@ jobs: - name: Setup flutter uses: subosito/flutter-action@v2 with: - flutter-version: "3.7.5" + flutter-version: "3.10.6" channel: "stable" cache: true cache-key: deps-${{ hashFiles('**/pubspec.lock') }} # optional, change this to force refresh cache diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 2773ec3af..f14ce8f1c 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -28,7 +28,7 @@ jobs: - name: Setup flutter uses: subosito/flutter-action@v2 with: - flutter-version: "3.7.5" + flutter-version: "3.10.6" channel: "stable" cache: true cache-key: deps-${{ hashFiles('**/pubspec.lock') }} # optional, change this to force refresh cache diff --git a/Dockerfile b/Dockerfile index b15b7dbe7..def87bf75 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # Stage 1 - Install dependencies and build the app # This matches the flutter version on our CI/CD pipeline on Github -FROM cirrusci/flutter:3.7.5 AS build-env +FROM ghcr.io/cirruslabs/flutter:3.10.6 AS build-env # Set directory to Copy App WORKDIR /app diff --git a/android/build.gradle b/android/build.gradle index 17157e57c..86463c2f2 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -25,6 +25,6 @@ subprojects { project.evaluationDependsOn(':app') } -task clean(type: Delete) { +tasks.register("clean", Delete) { delete rootProject.buildDir } diff --git a/contact/pubspec.lock b/contact/pubspec.lock index cc2ef4b48..3831417ba 100644 --- a/contact/pubspec.lock +++ b/contact/pubspec.lock @@ -1005,5 +1005,5 @@ packages: source: hosted version: "3.1.1" sdks: - dart: ">=3.0.0-0 <4.0.0" + dart: ">=3.0.0 <4.0.0" flutter: ">=3.7.0" diff --git a/core/pubspec.lock b/core/pubspec.lock index ae5dadcaf..66fa32897 100644 --- a/core/pubspec.lock +++ b/core/pubspec.lock @@ -654,5 +654,5 @@ packages: source: hosted version: "6.2.2" sdks: - dart: ">=3.0.0-0 <4.0.0" + dart: ">=3.0.0 <4.0.0" flutter: ">=3.7.0" diff --git a/fcm/pubspec.lock b/fcm/pubspec.lock index 886a31acc..dbc94370e 100644 --- a/fcm/pubspec.lock +++ b/fcm/pubspec.lock @@ -570,5 +570,5 @@ packages: source: hosted version: "3.1.1" sdks: - dart: ">=3.0.0-0 <4.0.0" + dart: ">=3.0.0 <4.0.0" flutter: ">=3.0.0" diff --git a/forward/pubspec.lock b/forward/pubspec.lock index 886a31acc..dbc94370e 100644 --- a/forward/pubspec.lock +++ b/forward/pubspec.lock @@ -570,5 +570,5 @@ packages: source: hosted version: "3.1.1" sdks: - dart: ">=3.0.0-0 <4.0.0" + dart: ">=3.0.0 <4.0.0" flutter: ">=3.0.0" diff --git a/model/pubspec.lock b/model/pubspec.lock index 42a26da63..22134872a 100644 --- a/model/pubspec.lock +++ b/model/pubspec.lock @@ -982,5 +982,5 @@ packages: source: hosted version: "3.1.1" sdks: - dart: ">=3.0.0-0 <4.0.0" + dart: ">=3.0.0 <4.0.0" flutter: ">=3.7.0" diff --git a/rule_filter/pubspec.lock b/rule_filter/pubspec.lock index 886a31acc..dbc94370e 100644 --- a/rule_filter/pubspec.lock +++ b/rule_filter/pubspec.lock @@ -570,5 +570,5 @@ packages: source: hosted version: "3.1.1" sdks: - dart: ">=3.0.0-0 <4.0.0" + dart: ">=3.0.0 <4.0.0" flutter: ">=3.0.0"