sc4v3ng3r / flutter_audio_query

Flutter Audio Query Plugin
https://pub.dev/packages/flutter_audio_query
MIT License
52 stars 47 forks source link

Await doesn't work if async is not defined #20

Closed callmetushar123 closed 4 years ago

callmetushar123 commented 4 years ago

List artists = await audioQuery.getArtists(); This line fails. So any workaround on how to solve it?

sc4v3ng3r commented 4 years ago

@tusharhigh please, use the version 0.3.3 in your app. I am trying to implement the new V2 embedding API in this plugin but it's a mess for now.