From 5c0caa6118d484091585f76873a2a74997b76a5b Mon Sep 17 00:00:00 2001 From: veto9292 Date: Wed, 10 Dec 2025 18:28:41 +0330 Subject: [PATCH] Pin Flutter SDK version and register new icon asset - Explicitly define Flutter SDK version in pubspec.yaml for consistency. - Note: This version is critical as it is parsed by Makefile and Dockerfile to setup the build environment. - Add 'ic_launcher_border.png' to the assets list. --- pubspec.lock | 2 +- pubspec.yaml | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/pubspec.lock b/pubspec.lock index 184abac7..5df7d93b 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -2190,4 +2190,4 @@ packages: version: "2.2.2" sdks: dart: ">=3.9.2 <3.10.0-z" - flutter: ">=3.29.0" + flutter: ">=3.35.7 <4.0.0" diff --git a/pubspec.yaml b/pubspec.yaml index 89a5ac92..fb1fd09d 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -5,6 +5,12 @@ version: 3.0.0+30000 environment: sdk: ^3.9.2 + # ! IMPORTANT ! + # This SDK version is strictly required and must not be removed. + # It is parsed/grep-ed by Makefile and Dockerfile to configure the build environment. + # Ensure this matches the target Flutter version. + flutter: ^3.35.7 + dependencies: flutter: sdk: flutter @@ -161,6 +167,7 @@ flutter: - assets/images/connect_norouz.PNG - assets/images/disconnect_norouz.PNG - assets/images/world_map.png + - assets/images/source/ic_launcher_border.png fonts: - family: Shabnam