Skip to content

Commit

Permalink
Update for flutter 2.10.4 (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hidenori Matsubayashi authored Mar 31, 2022
1 parent 5759764 commit 29a2fa6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,14 +68,14 @@ The default build target is fixed to Linux and Arm64, and the Flutter Engine ver

#### Flutter Engine version
```
ENGINE_VERSION ?= "bd539267b42051b0da3d16ffa8f48949dce8aa8f"
ENGINE_VERSION ?= "57d3bac3dd5cb5b0e464ab70e7bc8a0d8cf083ab"
```

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

| Engine version | Flutter SDK version |
| :-------------: | :-------------: |
| [bd539267b42051b0da3d16ffa8f48949dce8aa8f](https://github.com/flutter/engine/commit/bd539267b42051b0da3d16ffa8f48949dce8aa8f) | [2.10.3 (stable channel)](https://github.com/flutter/flutter/releases/tag/2.10.3) |
| [57d3bac3dd5cb5b0e464ab70e7bc8a0d8cf083ab](https://github.com/flutter/engine/commit/57d3bac3dd5cb5b0e464ab70e7bc8a0d8cf083ab) | [2.10.4 (stable channel)](https://github.com/flutter/flutter/releases/tag/2.10.4) |

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
3 changes: 1 addition & 2 deletions recipes-graphics/flutter-embedded-linux/repository.inc
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +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"
SRCREV = "${AUTOREV}"
SRCREV = "6eeb4f210db5aedd15a3840113017edce23afacb"
S = "${WORKDIR}/git"

4 changes: 2 additions & 2 deletions recipes-graphics/flutter-engine/flutter-engine.bb
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ GN_TOOLS_PYTHON2_PATH ??= "[email protected]_bin"

require gn-args-utils.inc

# Flutter 2.10.3 (stable channel)
ENGINE_VERSION ?= "bd539267b42051b0da3d16ffa8f48949dce8aa8f"
# Flutter 2.10.4 (stable channel)
ENGINE_VERSION ?= "57d3bac3dd5cb5b0e464ab70e7bc8a0d8cf083ab"
PACKAGECONFIG ?= "release-mode"
PACKAGECONFIG[debug-mode] = "--runtime-mode debug --unoptimized"
PACKAGECONFIG[profile-mode] = "--runtime-mode profile --no-lto"
Expand Down

0 comments on commit 29a2fa6

Please sign in to comment.