fix: use stable flutter version.

This commit is contained in:
Aunali321 2022-08-01 17:13:39 +05:30 committed by GitHub
parent 34a153e344
commit 591c025d2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,7 @@ jobs:
java-version: '12.x'
- uses: subosito/flutter-action@v1
with:
channel: 'beta'
channel: 'stable'
- run: flutter pub get
- run: flutter format --set-exit-if-changed .
- run: flutter analyze .