serkandyck / flutter_vpn_example

Example Flutter VPN Application
167 stars 57 forks source link

App after build does not start. #12

Open siddheshtv opened 4 years ago

siddheshtv commented 4 years ago

I cloned your repo as it is and then built it after updating all the dependencies. The build was successful, but when I installed the app, the app stops working ( I mean it doesn't even start) I used the regular command: flutter build apk Can you help me with this?

serkandyck commented 4 years ago

any error output ?

siddheshtv commented 4 years ago

No, the build is successful as usual. But, when I start the app, it stops working. It doesn't even display anything. There is a just a notification saying 'The app has stopped working.' I tried running flutter doctor, but even that doesn't give any errors.

The app is successfully installed (although, I get a prompt asking it's not protected by google play but I choose the 'Install anyway' option) but when I start it, I don't know what goes wrong.

Screenshot_20200701-070609 Screenshot_20200701-070739

siddheshtv commented 4 years ago

Well, one thing I would like to check into is that... what is this abiFilter and what do I have to do with it? (Do, I have to input any code for it? Or change anything in build.gradle , etc.) Please mention in detail.

serkandyck commented 4 years ago

i'm using this library, https://github.com/X-dea/Flutter-VPN

siddheshtv commented 4 years ago

Well, I am using the same library as well. I have updated all the dependencies, used flutter pub get But can't figure it out. Well, one thing to ask that can letting everything as default, will this app run on Android 6.0.1 (the one I used for testing) or do I need to tweak somewhere in the build files?

Deepankar1993 commented 3 years ago

I am facing the same issue

siddheshtv commented 3 years ago

@serkandyck, any idea on how to resolve it?

msngithub commented 3 years ago

I am facing the same issue