florent37 / Flutter-AssetsAudioPlayer

Play simultaneously music/audio from assets/network/file directly from Flutter, compatible with android / ios / web / macos, displays notifications
https://pub.dartlang.org/packages/assets_audio_player
Apache License 2.0
751 stars 353 forks source link

Android 14 gets crash , target version 34 #839

Open chouthri007 opened 1 month ago

chouthri007 commented 1 month ago

Please update this package, my android v-14, gets crased when i click play,

emanuel-braz commented 1 month ago

same here

Jashemaits commented 2 weeks ago

add this line in AndroidManifest.xml for android 14 <uses-permission android:name="android.permission.FOREGROUND_SERVICE_MEDIA_PLAYBACK" />

enamulaits22 commented 2 weeks ago

add this line in AndroidManifest.xml for android 14 <uses-permission android:name="android.permission.FOREGROUND_SERVICE_MEDIA_PLAYBACK" />

It's perfectly working!