From 4247cc6ba92a538e1849110f0a35e47c52e91763 Mon Sep 17 00:00:00 2001 From: Freek van de Ven Date: Tue, 28 Jan 2025 13:49:09 +0100 Subject: [PATCH] chore: update package configuration to flutter 3.24.3 --- .fvmrc | 2 +- .github/workflows/melos-ci.yml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.fvmrc b/.fvmrc index 8f59eb5..906bbb3 100644 --- a/.fvmrc +++ b/.fvmrc @@ -1,3 +1,3 @@ { - "flutter": "3.22.2" + "flutter": "3.24.3" } \ No newline at end of file diff --git a/.github/workflows/melos-ci.yml b/.github/workflows/melos-ci.yml index a7ad1d2..71bc34b 100644 --- a/.github/workflows/melos-ci.yml +++ b/.github/workflows/melos-ci.yml @@ -12,3 +12,4 @@ jobs: permissions: write-all with: subfolder: '.' # add optional subfolder to run workflow in + flutter_version: 3.24.3