I have an Android apk created from a Flutter project. I have uploaded the apk to AppSweep and it returns the following issue: Native code is compiled without stack canaries.
As a recommendation, AppSweep suggests to compile native code with the -fstack-protector-all flag to enable stack canaries.
How can I use this flag in Visual Studio Code to compile a Flutter project?
In your
android/app/build.gradle
add this flag as: