Jonny Borges
Committed by GitHub

Update flutter version in CI/CD main.yml

... ... @@ -23,7 +23,7 @@ jobs:
# https://github.com/marketplace/actions/flutter-action
- uses: subosito/flutter-action@v2
with:
flutter-version: "3.13.1"
flutter-version: "3.19.3"
channel: "stable"
- run: flutter pub get
#- run: flutter analyze
... ...