chore: bump flutter to 3.41.9 in submodule
CI / format (push) Has been cancelled
CI / test (push) Has been cancelled
CI / packaging (push) Has been cancelled

This commit is contained in:
Tien Do Nam
2026-07-18 03:12:06 +02:00
parent 8dee91f1be
commit 1ec28463b5
2 changed files with 7 additions and 6 deletions
+6 -6
View File
@@ -153,16 +153,16 @@ buildTypes {
### Bump Flutter ### Bump Flutter
Suppose we want to update flutter to `3.7.8` (see https://github.com/localsend/localsend/commit/7b95a7a5600db2742a9e05b956d0415d871239d5): Suppose we want to update flutter to `3.41.9`:
1. Update flutter from fvm: `fvm use 3.7.8` 1. Update flutter from fvm: `fvm use 3.41.9`
2. Update flutter from submodule: 2. Update flutter from submodule:
1. `git submodule update --init` 1. `git submodule update --init`
2. `cd submodules/flutter` 2. `cd support/submodules/flutter`
3. `git fetch` 3. `git fetch`
4. `git checkout 3.7.8` 4. `git checkout 3.41.9`
5. `cd ../..` 5. `cd ../../..`
6. `git add submodules/flutter` 6. `git add support/submodules/flutter`
3. Update flutter constraints: 3. Update flutter constraints:
1. In CI: `.github/workflows/ci.yml` 1. In CI: `.github/workflows/ci.yml`
2. In pubspec: `pubspec.yaml` 2. In pubspec: `pubspec.yaml`