Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add AssetsAudioPlayer #695

Merged
merged 3 commits into from
Jun 3, 2020
Merged

Add AssetsAudioPlayer #695

merged 3 commits into from
Jun 3, 2020

Conversation

florent37
Copy link
Contributor

You've read How to contribute right ?

So tell me more about your awesome contribution and add the badge to your repo after it's accepted :D

Awesome Flutter
<a href="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/Solido/awesome-flutter">
   <img alt="Awesome Flutter" src="https://img.shields.io/badge/Awesome-Flutter-blue.svg?longCache=true&style=flat-square" />
</a>

As you asked me here florent37/Flutter-AssetsAudioPlayer#157

I would like to add AssetsAudioPlayer to awesome-flutter

flutter:
  assets:
    - assets/audios/
AssetsAudioPlayer.newPlayer().open(
    Audio("assets/audios/song1.mp3"),
    autoPlay: true,
    showNotification: true,
);

@florent37 florent37 mentioned this pull request Jun 3, 2020
@orestesgaolin
Copy link
Collaborator

This is just a nit, but maybe could you reword this

Play simultaneously music/audio from assets/network/file directly from Flutter, compatible with android / ios / web / macos, displays notifications.

to this:

Simultaneous playback of audio from assets/network/file and displaying notifications [android / ios / web / macos]

@florent37
Copy link
Contributor Author

yes :)

@florent37
Copy link
Contributor Author

done

@orestesgaolin
Copy link
Collaborator

stargazers:dooboolab/florent37/Flutter-AssetsAudioPlayer should be stargazers:florent37/Flutter-AssetsAudioPlayer

source.md Outdated Show resolved Hide resolved
@orestesgaolin orestesgaolin merged commit 9ee23d8 into Solido:master Jun 3, 2020
@florent37
Copy link
Contributor Author

thanks a lot :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants