mirror of
https://github.com/feeddeck/feeddeck.git
synced 2026-04-28 09:57:47 -05:00
[core] Update Flutter Version to 3.19.5 (#161)
This commit is contained in:
14
.github/workflows/continuous-delivery.yaml
vendored
14
.github/workflows/continuous-delivery.yaml
vendored
@@ -168,7 +168,7 @@ jobs:
|
||||
- name: Setup Flutter
|
||||
uses: subosito/flutter-action@v2
|
||||
with:
|
||||
flutter-version: '3.19.2'
|
||||
flutter-version: '3.19.5'
|
||||
channel: 'stable'
|
||||
cache: true
|
||||
cache-key: 'flutter-:os:-:channel:-:version:-:arch:-:hash:'
|
||||
@@ -211,7 +211,7 @@ jobs:
|
||||
- name: Setup Flutter
|
||||
uses: subosito/flutter-action@v2
|
||||
with:
|
||||
flutter-version: '3.19.2'
|
||||
flutter-version: '3.19.5'
|
||||
channel: 'stable'
|
||||
cache: true
|
||||
cache-key: 'flutter-:os:-:channel:-:version:-:arch:-:hash:'
|
||||
@@ -273,7 +273,7 @@ jobs:
|
||||
- name: Setup Flutter
|
||||
uses: subosito/flutter-action@v2
|
||||
with:
|
||||
flutter-version: '3.19.2'
|
||||
flutter-version: '3.19.5'
|
||||
channel: 'stable'
|
||||
cache: true
|
||||
cache-key: 'flutter-:os:-:channel:-:version:-:arch:-:hash:'
|
||||
@@ -344,7 +344,7 @@ jobs:
|
||||
- name: Setup Flutter
|
||||
uses: subosito/flutter-action@v2
|
||||
with:
|
||||
flutter-version: '3.19.2'
|
||||
flutter-version: '3.19.5'
|
||||
channel: 'master'
|
||||
cache: true
|
||||
cache-key: 'flutter-:os:-:channel:-:version:-:arch:-:hash:'
|
||||
@@ -402,7 +402,7 @@ jobs:
|
||||
- name: Setup Flutter
|
||||
uses: subosito/flutter-action@v2
|
||||
with:
|
||||
flutter-version: '3.19.2'
|
||||
flutter-version: '3.19.5'
|
||||
channel: 'stable'
|
||||
cache: true
|
||||
cache-key: 'flutter-:os:-:channel:-:version:-:arch:-:hash:'
|
||||
@@ -455,7 +455,7 @@ jobs:
|
||||
- name: Setup Flutter
|
||||
uses: subosito/flutter-action@v2
|
||||
with:
|
||||
flutter-version: '3.19.2'
|
||||
flutter-version: '3.19.5'
|
||||
channel: 'stable'
|
||||
cache: true
|
||||
cache-key: 'flutter-:os:-:channel:-:version:-:arch:-:hash:'
|
||||
@@ -490,7 +490,7 @@ jobs:
|
||||
- name: Setup Flutter
|
||||
uses: subosito/flutter-action@v2
|
||||
with:
|
||||
flutter-version: '3.19.2'
|
||||
flutter-version: '3.19.5'
|
||||
channel: 'stable'
|
||||
cache: true
|
||||
cache-key: 'flutter-:os:-:channel:-:version:-:arch:-:hash:'
|
||||
|
||||
@@ -21,7 +21,7 @@ jobs:
|
||||
- name: Setup Flutter
|
||||
uses: subosito/flutter-action@v2
|
||||
with:
|
||||
flutter-version: '3.19.2'
|
||||
flutter-version: '3.19.5'
|
||||
channel: 'stable'
|
||||
cache: true
|
||||
cache-key: 'flutter-:os:-:channel:-:version:-:arch:-:hash:'
|
||||
|
||||
@@ -57,10 +57,10 @@ check your installed version:
|
||||
```sh
|
||||
$ flutter --version
|
||||
|
||||
Flutter 3.19.2 • channel stable • https://github.com/flutter/flutter.git
|
||||
Framework • revision 7482962148 (4 days ago) • 2024-02-27 16:51:22 -0500
|
||||
Engine • revision 04817c99c9
|
||||
Tools • Dart 3.3.0 • DevTools 2.31.1
|
||||
Flutter 3.19.5 • channel stable • https://github.com/flutter/flutter.git
|
||||
Framework • revision 300451adae (9 days ago) • 2024-03-27 21:54:07 -0500
|
||||
Engine • revision e76c956498
|
||||
Tools • Dart 3.3.3 • DevTools 2.31.1
|
||||
|
||||
$ deno --version
|
||||
|
||||
|
||||
Reference in New Issue
Block a user