From 27a676881525ac08a0feb7ef5fe248c9c934b1c2 Mon Sep 17 00:00:00 2001 From: Hidenori Matsubayashi Date: Mon, 21 Feb 2022 08:34:37 +0900 Subject: [PATCH] flutter stable 2.10.2 (#32) --- README.md | 4 ++-- recipes-graphics/flutter-engine/flutter-engine.bb | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d79f8ab..8710e31 100644 --- a/README.md +++ b/README.md @@ -68,14 +68,14 @@ The default build target is fixed to Linux and Arm64, and the Flutter Engine ver #### Flutter Engine version ``` -ENGINE_VERSION ?= "ab46186b246f5a36bd1f3f295d14a43abb1e2f38" +ENGINE_VERSION ?= "a83ed0e5e3b9cd2b5e2f07ef31c72f43c55e93b7" ``` When creating a Flutter project, you will need to use the following version of the Flutter SDK. | Engine version | Flutter SDK version | | :-------------: | :-------------: | -| [ab46186b246f5a36bd1f3f295d14a43abb1e2f38](https://github.com/flutter/engine/commit/ab46186b246f5a36bd1f3f295d14a43abb1e2f38) | [2.10.1 (stable channel)](https://github.com/flutter/flutter/releases/tag/2.10.1) | +| [a83ed0e5e3b9cd2b5e2f07ef31c72f43c55e93b7](https://github.com/flutter/engine/commit/a83ed0e5e3b9cd2b5e2f07ef31c72f43c55e93b7) | [2.10.2 (stable channel)](https://github.com/flutter/flutter/releases/tag/2.10.2) | If you want to change the version of the Flutter engine, change to the appropriate version of the Flutter SDK and add the following to `conf/local.conf`: ``` diff --git a/recipes-graphics/flutter-engine/flutter-engine.bb b/recipes-graphics/flutter-engine/flutter-engine.bb index dfe710f..606fa03 100644 --- a/recipes-graphics/flutter-engine/flutter-engine.bb +++ b/recipes-graphics/flutter-engine/flutter-engine.bb @@ -15,8 +15,8 @@ GN_TOOLS_PYTHON2_PATH ??= "bootstrap-2@3.8.10.chromium.23_bin" require gn-args-utils.inc -# Flutter 2.10.1 (stable channel) -ENGINE_VERSION ?= "ab46186b246f5a36bd1f3f295d14a43abb1e2f38" +# Flutter 2.10.2 (stable channel) +ENGINE_VERSION ?= "a83ed0e5e3b9cd2b5e2f07ef31c72f43c55e93b7" PACKAGECONFIG ?= "release-mode" PACKAGECONFIG[debug-mode] = "--runtime-mode debug --unoptimized" PACKAGECONFIG[profile-mode] = "--runtime-mode profile --no-lto"