darwin-morocho / flutter-meedu-player

MIT License
21 stars 13 forks source link

It just shows error on release mode #42

Open ZhenFTW opened 3 years ago

ZhenFTW commented 3 years ago

image I don't know what's the problem of it, but compiling it in release mode makes the video not render and just shows error, I have internet permission in android manifest idk what's the problem.

darwin-morocho commented 3 years ago

If you are using http you need a extra configuration on your AndroidManifest.xml

ZhenFTW commented 3 years ago

I just use your example code in this repo, debug works but no luck in release mode, btw thanks for making this project.

ZhenFTW commented 3 years ago

It has both of these android:usesCleartextTraffic="true and