feat: activate Flutter version management and install Flutter 3.41.0

This commit is contained in:
2026-02-25 11:04:16 +05:00
parent 11bcff335e
commit 22d48c788c
+4
View File
@@ -66,6 +66,10 @@ RUN git clone https://github.com/flutter/flutter.git \
--depth 1 \
${FLUTTER_HOME}
RUN flutter pub global activate fvm \
&& fvm install 3.41.0 \
&& fvm use 3.41.0 --force
# Precache только Android (без web, linux, macOS)
RUN flutter precache --android