You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FROM fischerscode/flutter-sudo:stable AS build_web
WORKDIR /home
COPY . .
USER root:root
flutter pub get
the same fot the 3.13.5 and 3.13.7 versions
7.040 The current Flutter SDK version is 0.0.0-unknown.
7.040
7.040 Because app requires Flutter SDK version >=3.13.5, version solving failed.
7.040
7.040
7.040 You can try the following suggestion to make the pubspec resolve:
7.040 * Try using the Flutter SDK version: 3.13.7.
The text was updated successfully, but these errors were encountered:
FROM fischerscode/flutter-sudo:stable AS build_web
WORKDIR /home
COPY . .
USER root:root
flutter pub get
the same fot the 3.13.5 and 3.13.7 versions
7.040 The current Flutter SDK version is 0.0.0-unknown.
7.040
7.040 Because app requires Flutter SDK version >=3.13.5, version solving failed.
7.040
7.040
7.040 You can try the following suggestion to make the pubspec resolve:
7.040 * Try using the Flutter SDK version: 3.13.7.
The text was updated successfully, but these errors were encountered: