Skip to content

Commit

Permalink
release: upgrade to flutter 3.19.6 (#114)
Browse files Browse the repository at this point in the history
Signed-off-by: Hidenori Matsubayashi <[email protected]>
  • Loading branch information
HidenoriMatsubayashi authored Apr 18, 2024
1 parent 82ee9da commit f2de596
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 @@ -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 ?= "e76c956498841e1ab458577d3892003e553e4f3c"
ENGINE_VERSION ?= "c4cd48e186460b32d44585ce3c103271ab676355"
```

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

| Engine version | Flutter SDK version |
| :-------------: | :-------------: |
| [e76c956498841e1ab458577d3892003e553e4f3c](https://github.com/flutter/engine/commit/e76c956498841e1ab458577d3892003e553e4f3c) | [3.19.5 (stable channel)](https://github.com/flutter/flutter/releases/tag/3.19.5) |
| [c4cd48e186460b32d44585ce3c103271ab676355](https://github.com/flutter/engine/commit/c4cd48e186460b32d44585ce3c103271ab676355) | [3.19.6 (stable channel)](https://github.com/flutter/flutter/releases/tag/3.19.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.19.5 (stable channel)
ENGINE_VERSION ?= "e76c956498841e1ab458577d3892003e553e4f3c"
# Flutter 3.19.6 (stable channel)
ENGINE_VERSION ?= "c4cd48e186460b32d44585ce3c103271ab676355"

# Flutter Build Mode [debug-mode|profile-mode|release-mode]
PACKAGECONFIG ?= "release-mode"

0 comments on commit f2de596

Please sign in to comment.