youtube_player_flutter
youtube_player_flutter copied to clipboard
The video player is working in debug mode only when build a release APK its not working [BUG]
I have tried with this but also not worked :
buildTypes { release { minifyEnabled false shrinkResources false ... } }
you should check if you give to the android project internet permission
<uses-permission android:name="android.permission.INTERNET"/>