You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
no, those flags are set when generating the AOT snapshot using the gen_snapshot executable. See the building the app.so section in the readme, step 4. The commandline argument -Ddart.vm.product=true is what sets that flag.
Hi Ardera.
I am using flutter-pi as part of a Yocto build.
Based off of jwinarkse's build.
The engine is built in release mode, as is my Flutter App. However, the Dart constant
kDebugMode
is evaluating to true at runtime.The Flutter documentation suggests the follow about the
kDebugMode
constant.Source
I am not skilled with C or C++, would I be correct in assuming that those flags need to be set whilst compiling the embedder?
The text was updated successfully, but these errors were encountered: