Skip to content

Instantly share code, notes, and snippets.

@apptects
Created April 8, 2019 10:52
Show Gist options
  • Select an option

  • Save apptects/9156b3f3893fe2d5c849fc659ceedef8 to your computer and use it in GitHub Desktop.

Select an option

Save apptects/9156b3f3893fe2d5c849fc659ceedef8 to your computer and use it in GitHub Desktop.
Play audio
playTrack(String url) async {
var previewFilename = await _audioDownloader.downloadUrl(url);
await _audioPlayer.play(previewFilename, isLocal: true);
store.dispatch(PlayAudioUrlAction(url));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment