Skip to content

Commit

Permalink
Update for flutter 3.10.1 (#85)
Browse files Browse the repository at this point in the history
Signed-off-by: Hidenori Matsubayashi <[email protected]>
  • Loading branch information
HidenoriMatsubayashi authored May 19, 2023
1 parent 1fbc291 commit 331a18a
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 ?= "d44b5a94c976fbb65815374f61ab5392a220b084"
ENGINE_VERSION ?= "b4fb11214dd2dda6ce012dd98ea498e9e8b91262"
```

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

| Engine version | Flutter SDK version |
| :-------------: | :-------------: |
| [d44b5a94c976fbb65815374f61ab5392a220b084](https://github.com/flutter/engine/commit/d44b5a94c976fbb65815374f61ab5392a220b084) | [3.10.0 (stable channel)](https://github.com/flutter/flutter/releases/tag/3.10.0) |
| [b4fb11214dd2dda6ce012dd98ea498e9e8b91262](https://github.com/flutter/engine/commit/b4fb11214dd2dda6ce012dd98ea498e9e8b91262) | [3.10.1 (stable channel)](https://github.com/flutter/flutter/releases/tag/3.10.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 conf/flutter-engine.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Flutter 3.10.0 (stable channel)
ENGINE_VERSION ?= "d44b5a94c976fbb65815374f61ab5392a220b084"
# Flutter 3.10.1 (stable channel)
ENGINE_VERSION ?= "b4fb11214dd2dda6ce012dd98ea498e9e8b91262"

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

0 comments on commit 331a18a

Please sign in to comment.