Skip to content

Commit

Permalink
release: upgrade to flutter 3.22.0 (#115)
Browse files Browse the repository at this point in the history
Signed-off-by: Hidenori Matsubayashi <[email protected]>
  • Loading branch information
HidenoriMatsubayashi authored May 14, 2024
1 parent f2de596 commit 46b4f43
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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 ?= "c4cd48e186460b32d44585ce3c103271ab676355"
ENGINE_VERSION ?= "f6344b75dcf861d8bf1f1322780b8811f982e31a"
```

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

| Engine version | Flutter SDK version |
| :-------------: | :-------------: |
| [c4cd48e186460b32d44585ce3c103271ab676355](https://github.com/flutter/engine/commit/c4cd48e186460b32d44585ce3c103271ab676355) | [3.19.6 (stable channel)](https://github.com/flutter/flutter/releases/tag/3.19.6) |
| [f6344b75dcf861d8bf1f1322780b8811f982e31a](https://github.com/flutter/engine/commit/f6344b75dcf861d8bf1f1322780b8811f982e31a) | [3.22.0 (stable channel)](https://github.com/flutter/flutter/releases/tag/3.22.0) |

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.19.6 (stable channel)
ENGINE_VERSION ?= "c4cd48e186460b32d44585ce3c103271ab676355"
# Flutter 3.22.0 (stable channel)
ENGINE_VERSION ?= "f6344b75dcf861d8bf1f1322780b8811f982e31a"

# Flutter Build Mode [debug-mode|profile-mode|release-mode]
PACKAGECONFIG ?= "release-mode"
2 changes: 1 addition & 1 deletion recipes-graphics/flutter-embedded-linux/repository.inc
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://LICENSE;md5=d45359c88eb146940e4bede4f08c821a"

SRC_URI = "git://github.com/sony/flutter-embedded-linux.git;protocol=https;branch=master"
SRCREV = "a73994f40470adafec1c24570926ff18079c0f26"
SRCREV = "f296db8ed6c75cf5b0bb5c1bc1414038f43a1ef3"
S = "${WORKDIR}/git"

0 comments on commit 46b4f43

Please sign in to comment.