1

I was trying to build a vpn app in flutter then I found the flutter_vpn package which is using strongswan vpn protocol but when I tried to run the example app in the library in debug mode, it runs fine without any problem. But when I tried to build apk or run in release mode the app crashes immediately. Can any one help me please. I created an issue in github where you can find the error log.

Thank you

1 Answers1

0

I don't know if this is the real fix or not but this fixes the problem

release {
    signingConfig signingConfigs.release
    minifyEnabled false
    shrinkResources false
}