Skip to content

Commit

Permalink
Update for flutter 3.7.6 (#75)
Browse files Browse the repository at this point in the history
* Update for flutter 3.7.6

Signed-off-by: Hidenori Matsubayashi <[email protected]>
  • Loading branch information
HidenoriMatsubayashi authored Mar 2, 2023
1 parent 9f90267 commit 0f616f5
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 ?= "0f359063c487ee70787e58b4b011cbb3c2f53fd6"
ENGINE_VERSION ?= "ada363ee93b17cfe31587b5102679885cb40837e"
```

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

| Engine version | Flutter SDK version |
| :-------------: | :-------------: |
| [0f359063c487ee70787e58b4b011cbb3c2f53fd6](https://github.com/flutter/engine/commit/0f359063c487ee70787e58b4b011cbb3c2f53fd6) | [3.7.5 (stable channel)](https://github.com/flutter/flutter/releases/tag/3.7.5) |
| [ada363ee93b17cfe31587b5102679885cb40837e](https://github.com/flutter/engine/commit/ada363ee93b17cfe31587b5102679885cb40837e) | [3.7.6 (stable channel)](https://github.com/flutter/flutter/releases/tag/3.7.6) |

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.7.5 (stable channel)
ENGINE_VERSION ?= "0f359063c487ee70787e58b4b011cbb3c2f53fd6"
# Flutter 3.7.6 (stable channel)
ENGINE_VERSION ?= "ada363ee93b17cfe31587b5102679885cb40837e"

# 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 = "16aac2ca2ba5003a247e8436b9bd67d2d89224c0"
SRCREV = "c71ea47f50bfa07d6537afdb323e465c03866048"
S = "${WORKDIR}/git"

0 comments on commit 0f616f5

Please sign in to comment.