mirror of
https://github.com/hiddify/hiddify-app.git
synced 2026-05-04 11:22:28 +00:00
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.
This commit is contained in:
+1
-1
@@ -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"
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user