python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Using Wakelock with Audio Service in flutter
I have a requirement to give the user the option to keep specific screen in the app awake so the screen will not be switched off automatically in order to give the user the time to read the content. a...
Ammar Al Zayer
Votes: 0
Answers: 0
Can we retrieve the same updated media item with added Duration in Dart [Flutter] which is derived from Cloud Firestore?
I have problem with [audio_service][1] of Dart's package inside Flutter. It has trouble in reading the duration of current MediaItem. As written in its official documentation [here][2], we are asked t...
Wege
Votes: 0
Answers: 2
'_cacheManager == null': is not true audio service issue fix
If anybody getting an issue in the audio_service library in flutter then this minor code may be helpful in fixing it
WillPopScope(
onWillPop: () async {
await _audioHandler.stop();
ret...
Muhammad Asif
Votes: 0
Answers: 1
Flutter audio_service add item from json
audio_service new update removed fromjson in model class .. how can i add media item from json? My json look like this
[
{
"id": "http://581.22.00.66:8500/1?type=http",
&q...
Nagaraj
Votes: 0
Answers: 1