downgrade flutter action

This commit is contained in:
Hiddify 2024-03-10 16:30:49 +01:00
parent 844f320ce9
commit db2e303bfe
3 changed files with 5 additions and 5 deletions

View File

@ -15,7 +15,7 @@ on:
env:
IS_GITHUB_ACTIONS: 1
CHANNEL: "${{ inputs.channel }}"
FLUTTER_VERSION: '3.19.x'
FLUTTER_VERSION: '3.20.0-1.2.pre'
NDK_VERSION: r26b
UPLOAD_ARTIFACT: "${{ inputs.upload-artifact }}"
TAG_NAME: "${{ inputs.tag-name }}"
@ -36,7 +36,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: subosito/flutter-action@v2
- uses: subosito/flutter-action@v2.12.0 #issue with 2.13
with:
flutter-version: ${{ env.FLUTTER_VERSION }}
channel: 'stable'
@ -87,7 +87,7 @@ jobs:
uses: actions/checkout@v3
- name: Setup Flutter
uses: subosito/flutter-action@v2
uses: subosito/flutter-action@v2.12.0 #issue with 2.13
with:
flutter-version: ${{ env.FLUTTER_VERSION }}
channel: 'stable'

@ -1 +1 @@
Subproject commit d624859007149429e89489ea3cf2b032888611be
Subproject commit 5c36de643d87a8cebafdc43c1689fc21f50ee0ec

View File

@ -73,11 +73,11 @@ dependencies:
wolt_modal_sheet: ^0.4.1
dart_mappable: ^4.2.1
fluentui_system_icons: ^1.1.229
# circle_flags: ^4.0.2
http: ^1.2.0
timezone_to_country: ^2.1.0
json_path: ^0.7.1
permission_handler: ^11.3.0
# circle_flags: ^4.0.2
circle_flags:
git: https://github.com/hiddify-com/flutter_circle_flags.git