align v1.3.0 qwith current main #16

Merged
Yasien Meth merged 52 commits from main into v.1.3.0 2026-06-19 09:46:00 +02:00
Showing only changes of commit c7e24ba382 - Show all commits

View file

@ -7,7 +7,7 @@ RUN apt-get update && apt-get install -y \
&& rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/apt/lists/*
# Clone Flutter SDK # Clone Flutter SDK
RUN git clone -b stable https://github.com/flutter/flutter.git /usr/local/flutter RUN git clone -b stable --depth 1 https://github.com/flutter/flutter.git /usr/local/flutter
ENV PATH="/usr/local/flutter/bin:/usr/local/flutter/bin/cache/dart-sdk/bin:${PATH}" ENV PATH="/usr/local/flutter/bin:/usr/local/flutter/bin/cache/dart-sdk/bin:${PATH}"
# Build the Flutter web app # Build the Flutter web app