Closed pierrecorsini closed 3 months ago
Hi
Action
- name: Set up Flutter uses: subosito/flutter-action@v2 with: flutter-version-file: pubspec.yaml
Pubspec docs (https://docs.flutter.dev/tools/pubspec)
environment: sdk: ^3.5.0
setup.sh VERSION="$(yq '.environment.flutter' "$VERSION_FILE")"
VERSION="$(yq '.environment.flutter' "$VERSION_FILE")"
I do think setup.sh searches in environment.flutter whereas it should be searching in environment.sdk.
setup.sh
environment.flutter
environment.sdk
Good environment: sdk: ">=3.3.0 <4.0.0" flutter: 3.19.0
This is well documented , my bad. Closed.
Hi
Action
Pubspec docs (https://docs.flutter.dev/tools/pubspec)
setup.sh
VERSION="$(yq '.environment.flutter' "$VERSION_FILE")"
I do think
setup.sh
searches inenvironment.flutter
whereas it should be searching inenvironment.sdk
.