updated flutter version across workflows

This commit is contained in:
Vadim 2025-01-06 15:34:42 +01:00
parent 050c536bac
commit 1b86b717ee
5 changed files with 5 additions and 5 deletions

View file

@ -121,7 +121,7 @@ jobs:
uses: subosito/flutter-action@v2 uses: subosito/flutter-action@v2
with: with:
channel: "stable" channel: "stable"
flutter-version: "3.13.9" flutter-version: "3.27.1"
- name: Prepare flutter project - name: Prepare flutter project
run: | run: |

View file

@ -116,7 +116,7 @@ jobs:
uses: subosito/flutter-action@v2 uses: subosito/flutter-action@v2
with: with:
channel: "stable" channel: "stable"
flutter-version: "3.13.9" flutter-version: "3.27.1"
- name: Prepare flutter project - name: Prepare flutter project
run: | run: |

View file

@ -42,7 +42,7 @@ jobs:
- uses: subosito/flutter-action@v2 - uses: subosito/flutter-action@v2
with: with:
channel: "stable" channel: "stable"
flutter-version: "3.13.9" flutter-version: "3.27.1"
- name: Prepare flutter project - name: Prepare flutter project
run: | run: |

View file

@ -31,7 +31,7 @@ jobs:
- uses: subosito/flutter-action@v2 - uses: subosito/flutter-action@v2
with: with:
channel: "stable" channel: "stable"
flutter-version: "3.13.9" flutter-version: "3.27.1"
- name: Prepare app - name: Prepare app
run: | run: |

View file

@ -34,7 +34,7 @@ Without further delay behold my new Lightmeter app inspired by Material You (a.k
### 1. Install Flutter ### 1. Install Flutter
To build this app you need to install Flutter 3.13.9 stable. [How to install](https://docs.flutter.dev/get-started/install). To build this app you need to install Flutter 3.27.1 stable. [How to install](https://docs.flutter.dev/get-started/install).
### 2. Project setup ### 2. Project setup