flutter version

This commit is contained in:
Daniel 2024-08-09 16:05:59 -04:00
parent c95ced4727
commit e58638fe66

View file

@ -30,7 +30,7 @@ jobs:
uses: subosito/flutter-action@v2 uses: subosito/flutter-action@v2
with: with:
channel: stable channel: stable
flutter-version-file: pubspec.yaml # path to pubspec.yaml flutter-version: 3.24.0
- run: flutter --version - run: flutter --version
- run: flutter pub get - run: flutter pub get
# - run: flutter test # - run: flutter test