feat: activate Flutter version management and install Flutter 3.41.0
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user