From a5db2ecc695372a48cf211985faf288675a7eccd Mon Sep 17 00:00:00 2001 From: Aayushmaan Date: Thu, 10 Oct 2024 02:41:24 +0530 Subject: [PATCH] chore: changes flutter version --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8e4d7ef9..15162d5c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: - uses: subosito/flutter-action@v2 with: channel: "stable" - flutter-version: 3.19.0 + flutter-version: 3.24.x # Get flutter dependencies. - run: flutter pub get