Skip to content

Commit

Permalink
Update for flutter 3.3.10 (#66)
Browse files Browse the repository at this point in the history
Signed-off-by: Hidenori Matsubayashi <[email protected]>
  • Loading branch information
HidenoriMatsubayashi authored Dec 16, 2022
1 parent 954c9e1 commit 2ca11cb
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 ?= "8f2221fbef28b478debb78dd233f5250b220ca99"
ENGINE_VERSION ?= "3316dd8728419ad3534e3f6112aa6291f587078a"
```

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

| Engine version | Flutter SDK version |
| :-------------: | :-------------: |
| [8f2221fbef28b478debb78dd233f5250b220ca99](https://github.com/flutter/engine/commit/8f2221fbef28b478debb78dd233f5250b220ca99) | [3.3.9 (stable channel)](https://github.com/flutter/flutter/releases/tag/3.3.9) |
| [3316dd8728419ad3534e3f6112aa6291f587078a](https://github.com/flutter/engine/commit/3316dd8728419ad3534e3f6112aa6291f587078a) | [3.3.10 (stable channel)](https://github.com/flutter/flutter/releases/tag/3.3.10) |

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.3.9 (stable channel)
ENGINE_VERSION ?= "8f2221fbef28b478debb78dd233f5250b220ca99"
# Flutter 3.3.10 (stable channel)
ENGINE_VERSION ?= "3316dd8728419ad3534e3f6112aa6291f587078a"

# 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 = "ee731f304f4e1a3322da048dae5b38baae0d4612"
SRCREV = "bfb616a0f74d2f7f4c2884b48b7ed18046bc064c"
S = "${WORKDIR}/git"

0 comments on commit 2ca11cb

Please sign in to comment.