Skip to content

Commit

Permalink
Update for flutter 3.0.0 (#38)
Browse files Browse the repository at this point in the history
Signed-off-by: Hidenori.Matsubayashi <[email protected]>
  • Loading branch information
HidenoriMatsubayashi authored May 11, 2022
1 parent 5818f86 commit e5f69b5
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 @@ -68,14 +68,14 @@ The default build target is fixed to Linux and Arm64, and the Flutter Engine ver

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

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

| Engine version | Flutter SDK version |
| :-------------: | :-------------: |
| [57d3bac3dd5cb5b0e464ab70e7bc8a0d8cf083ab](https://github.com/flutter/engine/commit/57d3bac3dd5cb5b0e464ab70e7bc8a0d8cf083ab) | [2.10.5 (stable channel)](https://github.com/flutter/flutter/releases/tag/2.10.5) |
| [d1b9a6938ad77326ac3a94d92bbc77933ed829ed](https://github.com/flutter/engine/commit/d1b9a6938ad77326ac3a94d92bbc77933ed829ed) | [3.0.0 (stable channel)](https://github.com/flutter/flutter/releases/tag/3.0.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
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"
SRCREV = "6eeb4f210db5aedd15a3840113017edce23afacb"
SRCREV = "63a688c43e13a6e64561de83de543bb4b34a94dc"
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.5 (stable channel)
ENGINE_VERSION ?= "57d3bac3dd5cb5b0e464ab70e7bc8a0d8cf083ab"
# Flutter 3.0.0 (stable channel)
ENGINE_VERSION ?= "d1b9a6938ad77326ac3a94d92bbc77933ed829ed"
PACKAGECONFIG ?= "release-mode"
PACKAGECONFIG[debug-mode] = "--runtime-mode debug --unoptimized"
PACKAGECONFIG[profile-mode] = "--runtime-mode profile --no-lto"
Expand Down

0 comments on commit e5f69b5

Please sign in to comment.