From c2cedb6ad14f547ba4795f97a2473581fec4b765 Mon Sep 17 00:00:00 2001 From: Sangam Shrestha <2shrestha22@gmail.com> Date: Sat, 31 Aug 2024 08:39:19 +0545 Subject: [PATCH] set flutter version 3.24.1 --- pubspec.lock | 2 +- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pubspec.lock b/pubspec.lock index 253568e..802ee20 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -1254,4 +1254,4 @@ packages: version: "3.1.2" sdks: dart: ">=3.5.0 <4.0.0" - flutter: ">=3.24.0" + flutter: ">=3.24.1" diff --git a/pubspec.yaml b/pubspec.yaml index c88c4ed..e15a5a5 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -20,7 +20,7 @@ version: 1.0.8+1 environment: sdk: '>=3.4.3 <4.0.0' - flutter: 3.22.2 + flutter: 3.24.1 # Dependencies specify other packages that your package needs in order to work. # To automatically upgrade your package dependencies to the latest versions