查看 flutter 對應(yīng)的 engine 版本
cat /path/to/flutter/bin/internal/engine.version
在 engine 代碼中崭篡,checkout 到對應(yīng)的版本
cd /path/to/engine/src/flutter
git reset --hard 7375a0f414bde4bc941e623482221db2fc8c4ab5
gclient sync --with_branch_heads --with_tags --verbose