Skip to content

Commit

Permalink
release: upgrade to flutter 3.22.3 (#118)
Browse files Browse the repository at this point in the history
Signed-off-by: Hidenori Matsubayashi <Hidenori.Matsubayashi@gmail.com>
  • Loading branch information
HidenoriMatsubayashi authored Jul 22, 2024
1 parent 96599db commit 86e2d96
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,14 +80,14 @@ $ ./tmp/deploy/sdk/poky-glibc-x86_64-core-image-weston-aarch64-qemuarm64-toolcha
The default build targets are fixed to Linux, Arm64, and the following Flutter Engine version in the config file.

```
ENGINE_VERSION ?= "edd8546116457bdf1c5bdfb13ecb9463d2bb5ed4"
ENGINE_VERSION ?= "235db911ba279722f5e685f38b0ed30fa7e8570a"
```

When creating a Flutter project, you will need to use the following version of the Flutter SDK.

| Engine version | Flutter SDK version |
| :-------------: | :-------------: |
| [edd8546116457bdf1c5bdfb13ecb9463d2bb5ed4](https://github.com/flutter/engine/commit/edd8546116457bdf1c5bdfb13ecb9463d2bb5ed4) | [3.22.2 (stable channel)](https://github.com/flutter/flutter/releases/tag/3.22.2) |
| [235db911ba279722f5e685f38b0ed30fa7e8570a](https://github.com/flutter/engine/commit/235db911ba279722f5e685f38b0ed30fa7e8570a) | [3.22.3 (stable channel)](https://github.com/flutter/flutter/releases/tag/3.22.3) |

If you want to change the version of the Flutter engine, change <engine_version> to the appropriate version of the Flutter SDK and add the following to `conf/local.conf`:
```
Expand Down
4 changes: 2 additions & 2 deletions conf/flutter-engine.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Flutter 3.22.2 (stable channel)
ENGINE_VERSION ?= "edd8546116457bdf1c5bdfb13ecb9463d2bb5ed4"
# Flutter 3.22.3 (stable channel)
ENGINE_VERSION ?= "235db911ba279722f5e685f38b0ed30fa7e8570a"

# Flutter Build Mode [debug-mode|profile-mode|release-mode]
PACKAGECONFIG ?= "release-mode"

0 comments on commit 86e2d96

Please sign in to comment.