简体   繁体   中英

flutter_vpn example app crashing after installing

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

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
}

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM