youtube_player_flutter icon indicating copy to clipboard operation
youtube_player_flutter copied to clipboard

The video player is working in debug mode only when build a release APK its not working [BUG]

Open halfaHalfawy opened this issue 1 year ago • 1 comments

I have tried with this but also not worked :

buildTypes { release { minifyEnabled false shrinkResources false ... } }

halfaHalfawy avatar Jul 08 '23 11:07 halfaHalfawy

you should check if you give to the android project internet permission

<uses-permission android:name="android.permission.INTERNET"/>

kmandina avatar Aug 24 '23 17:08 kmandina