Skip to content

Commit

Permalink
Update for flutter 3.10.5 (#88)
Browse files Browse the repository at this point in the history
Signed-off-by: Hidenori Matsubayashi <[email protected]>
  • Loading branch information
HidenoriMatsubayashi authored Jun 14, 2023
1 parent 292dc60 commit 3ac3c19
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 ?= "2a3401c9bbb5a9a9aec74d4f735d18a9dd3ebf2d"
ENGINE_VERSION ?= "45f6e009110df4f34ec2cf99f63cf73b71b7a420"
```

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

| Engine version | Flutter SDK version |
| :-------------: | :-------------: |
| [2a3401c9bbb5a9a9aec74d4f735d18a9dd3ebf2d](https://github.com/flutter/engine/commit/2a3401c9bbb5a9a9aec74d4f735d18a9dd3ebf2d) | [3.10.3 (stable channel)](https://github.com/flutter/flutter/releases/tag/3.10.3) |
| [45f6e009110df4f34ec2cf99f63cf73b71b7a420](https://github.com/flutter/engine/commit/45f6e009110df4f34ec2cf99f63cf73b71b7a420) | [3.10.5 (stable channel)](https://github.com/flutter/flutter/releases/tag/3.10.5) |

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.10.3 (stable channel)
ENGINE_VERSION ?= "2a3401c9bbb5a9a9aec74d4f735d18a9dd3ebf2d"
# Flutter 3.10.5 (stable channel)
ENGINE_VERSION ?= "45f6e009110df4f34ec2cf99f63cf73b71b7a420"

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

0 comments on commit 3ac3c19

Please sign in to comment.