Currently a release build (from the flutter tool perspective) is using a debug library build, in JIT mode; the only part that's different is anything at the Runner level (e.g., build flags for the native Runner code).
We should be building and uploading a release build of the engine library, and using that with AOT for release builds, as on mobile.
Currently a release build (from the
fluttertool perspective) is using a debug library build, in JIT mode; the only part that's different is anything at the Runner level (e.g., build flags for the native Runner code).We should be building and uploading a release build of the engine library, and using that with AOT for release builds, as on mobile.