File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -80,14 +80,14 @@ $ ./tmp/deploy/sdk/poky-glibc-x86_64-core-image-weston-aarch64-qemuarm64-toolcha
8080The default build targets are fixed to Linux, Arm64, and the following Flutter Engine version in the config file.
8181
8282```
83- ENGINE_VERSION ?= "edd8546116457bdf1c5bdfb13ecb9463d2bb5ed4 "
83+ ENGINE_VERSION ?= "235db911ba279722f5e685f38b0ed30fa7e8570a "
8484```
8585
8686When creating a Flutter project, you will need to use the following version of the Flutter SDK.
8787
8888| Engine version | Flutter SDK version |
8989| :-------------: | :-------------: |
90- | [ edd8546116457bdf1c5bdfb13ecb9463d2bb5ed4 ] ( https://github.com/flutter/engine/commit/edd8546116457bdf1c5bdfb13ecb9463d2bb5ed4 ) | [ 3.22.2 (stable channel)] ( https://github.com/flutter/flutter/releases/tag/3.22.2 ) |
90+ | [ 235db911ba279722f5e685f38b0ed30fa7e8570a ] ( https://github.com/flutter/engine/commit/235db911ba279722f5e685f38b0ed30fa7e8570a ) | [ 3.22.3 (stable channel)] ( https://github.com/flutter/flutter/releases/tag/3.22.3 ) |
9191
9292If 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 ` :
9393```
Original file line number Diff line number Diff line change 1- # Flutter 3.22.2 (stable channel)
2- ENGINE_VERSION ?= "edd8546116457bdf1c5bdfb13ecb9463d2bb5ed4 "
1+ # Flutter 3.22.3 (stable channel)
2+ ENGINE_VERSION ?= "235db911ba279722f5e685f38b0ed30fa7e8570a "
33
44# Flutter Build Mode [debug-mode|profile-mode|release-mode]
55PACKAGECONFIG ?= "release-mode"
You can’t perform that action at this time.
0 commit comments