先上链接:
issue
https://github.com/flutter/flutter/issues/177317
问题现象:
导出后图片上下颠倒,和渲染不一致。而且这个问题并不是所有机型都出现,测试下来小米15、华为P40是OK的,而Iphone、Pixel虚拟机都是颠倒的,可能与机型安卓版本有关系。

如何确认问题
执行flutter run --no-enable-impeller去运行项目,禁用impeller
[Flutter SDK 3.29.0] Converted Image Appears Mirrored or Upside Down in Android and IOS Platform · Issue #164290 · flutter/flutter
https://github.com/flutter/flutter/issues/164290这样子没问题,那大概率就是这个impeller作妖
impeller的官方说明:Impeller rendering engine
看着是一个更轻量化的渲染机制。
问题修正
笔者直接升级了flutter版本:3.35.7。
参考主库的修复Pull[Impeller] Apply Y coordinate scaling when sampling from the destinat... · flutter/flutter@a07fc6b