We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8c723c commit 851ce46Copy full SHA for 851ce46
.github/workflows/ios.yml
@@ -16,8 +16,8 @@ jobs:
16
- name: Set up Flutter
17
uses: subosito/flutter-action@v2
18
with:
19
- flutter-version: '2.5.3'
20
- architecture: 'x86_64' # استخدام معمارية x86_64
+ flutter-version: '3.22.2' # استخدام الإصدار الحالي
+ channel: 'beta' # التبديل إلى قناة beta
21
22
- name: Install dependencies
23
run: flutter pub get
0 commit comments