Questions tagged [flutter-audio-query]

20 questions
0
votes
1 answer

How to make reusable widget in flutter card swiper?

I'm attempting to use the Flutter Swiper with different parameters on the same page, however I'm unsure how to structure the code. I want this same code in Multiple Pages I was tried several way but it doesn't work. So I want make this Widget as…
0
votes
1 answer

Getting Album Artwork in flutter

I am trying to create a music app. I managed to get all the songs list but I cannot seem to get album artwork from the song metadata. I am using flutter_audio_query: ^0.3.5+6 plugin for this. I cannot get the artwork by using…
mr.SoSerious
  • 121
  • 1
  • 9
0
votes
1 answer

How to add List of SongInfo from Flutter Audio Query to audio service MediaItem in flutter?

I tried to look for solutions on internet but I didn't get one. I also tried some ways but still it didn't work. I have used just audio and flutter audio query plugins for audio player, and I tried to use audio service plugin for making it running…
0
votes
0 answers

Await doesn't work if async is not defined in Audio Query package

So I wanted to use audio query to list out the songs in flutter, According to their documentation List songs = await audioQuery.getSongs(); is the way to do the job, But await can't work without async being defined. Can any solve this?
Tushar
  • 33
  • 9
-1
votes
1 answer

not getting song files in my app after using flutter audioQuery

I've tried every thing to get songfiles on my app but it still shows nothing, here is my code below: import 'package:flutter/cupertino.dart'; import 'package:flutter/material.dart'; import…
1
2