Skip to content

Commit

Permalink
flutter stable 2.10.2 (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hidenori Matsubayashi authored Feb 20, 2022
1 parent 3c5eb76 commit 27a6768
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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 ?= "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 <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 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.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"
Expand Down

0 comments on commit 27a6768

Please sign in to comment.