mirror of
https://github.com/localsend/localsend.git
synced 2026-08-07 07:14:52 +00:00
chore: bump flutter to 3.41.9 in submodule
This commit is contained in:
+6
-6
@@ -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`
|
||||||
|
|||||||
Submodule
+1
Submodule support/submodules/flutter added at 00b0c91f06
Reference in New Issue
Block a user