Jonny Borges
Committed by GitHub

Update main.yml

... ... @@ -17,9 +17,8 @@ jobs:
# https://github.com/marketplace/actions/flutter-action
- uses: subosito/flutter-action@v1
with:
flutter-version: '1.20.2'
flutter-version: '1.20.4'
channel: 'stable'
- run: cd getx
- run: flutter pub get
#- run: flutter analyze
# run flutter widgets tests and unit tests
... ...