Skip to content

Commit ac5776f

Browse files
release: upgrade to flutter 3.24.3 (#124)
1 parent 60f4d18 commit ac5776f

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,14 +80,14 @@ $ ./tmp/deploy/sdk/poky-glibc-x86_64-core-image-weston-aarch64-qemuarm64-toolcha
8080
The default build targets are fixed to Linux, Arm64, and the following Flutter Engine version in the config file.
8181

8282
```
83-
ENGINE_VERSION ?= "a6bd3f1de158bb61090e0c8053df93a10cb548e1"
83+
ENGINE_VERSION ?= "36335019a8eab588c3c2ea783c618d90505be233"
8484
```
8585

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

8888
| Engine version | Flutter SDK version |
8989
| :-------------: | :-------------: |
90-
| [a6bd3f1de158bb61090e0c8053df93a10cb548e1](https://github.com/flutter/engine/commit/a6bd3f1de158bb61090e0c8053df93a10cb548e1) | [3.24.2 (stable channel)](https://github.com/flutter/flutter/releases/tag/3.24.1) |
90+
| [36335019a8eab588c3c2ea783c618d90505be233](https://github.com/flutter/engine/commit/36335019a8eab588c3c2ea783c618d90505be233) | [3.24.3 (stable channel)](https://github.com/flutter/flutter/releases/tag/3.24.3) |
9191

9292
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`:
9393
```

conf/flutter-engine.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# Flutter 3.24.2 (stable channel)
2-
ENGINE_VERSION ?= "a6bd3f1de158bb61090e0c8053df93a10cb548e1"
1+
# Flutter 3.24.3 (stable channel)
2+
ENGINE_VERSION ?= "36335019a8eab588c3c2ea783c618d90505be233"
33

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

recipes-graphics/flutter-embedded-linux/repository.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ LICENSE = "BSD-3-Clause"
66
LIC_FILES_CHKSUM = "file://LICENSE;md5=d45359c88eb146940e4bede4f08c821a"
77

88
SRC_URI = "git://github.com/sony/flutter-embedded-linux.git;protocol=https;branch=master"
9-
SRCREV = "595f7f5bb02a32eb09a3ad136a5f9736e0fa7244"
9+
SRCREV = "63b57ca74991ce6782736a1adb8b63928797272f"
1010
S = "${WORKDIR}/git"

0 commit comments

Comments
 (0)