Skip to content

Commit

Permalink
Update to flutter-2.8.1 (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hidenori Matsubayashi authored Dec 17, 2021
1 parent abf8b17 commit 0105b3e
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 ?= "40a99c595137e4b2f5b2efa8ff343ea23c1e16b8"
ENGINE_VERSION ?= "890a5fca2e34db413be624fc83aeea8e61d42ce6"
```

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

| Engine version | Flutter SDK version |
| :-------------: | :-------------: |
| [40a99c595137e4b2f5b2efa8ff343ea23c1e16b8](https://github.com/flutter/engine/commit/40a99c595137e4b2f5b2efa8ff343ea23c1e16b8) | [2.8.0 (stable channel)](https://github.com/flutter/flutter/releases/tag/2.8.0) |
| [890a5fca2e34db413be624fc83aeea8e61d42ce6](https://github.com/flutter/engine/commit/890a5fca2e34db413be624fc83aeea8e61d42ce6) | [2.8.1 (stable channel)](https://github.com/flutter/flutter/releases/tag/2.8.1) |

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 ??= "bootstrap-3.8.0.chromium.8_bin/python/bin"

require gn-args-utils.inc

# Flutter 2.8.0 (stable channel)
ENGINE_VERSION ?= "40a99c595137e4b2f5b2efa8ff343ea23c1e16b8"
# Flutter 2.8.1 (stable channel)
ENGINE_VERSION ?= "890a5fca2e34db413be624fc83aeea8e61d42ce6"
PACKAGECONFIG ?= "release-mode"
PACKAGECONFIG[debug-mode] = "--runtime-mode debug --unoptimized"
PACKAGECONFIG[profile-mode] = "--runtime-mode profile --no-lto"
Expand Down

0 comments on commit 0105b3e

Please sign in to comment.