Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/florent37/flutter_audio_widget

Play an audio on flutter can be as simple as display an image ! Just add a widget into the tree
https://github.com/florent37/flutter_audio_widget

asset audio audios file flutter local media mp3 network pause play player playlist seek stateful stateless tree wav widget

Last synced: 2 months ago
JSON representation

Play an audio on flutter can be as simple as display an image ! Just add a widget into the tree

Awesome Lists containing this project

README

        

# audio_widget

**Now included directly into AssetsAudioPlayer**

please use https://github.com/florent37/Flutter-AssetsAudioPlayer

[![sample](./medias/sample.gif)](https://github.com/florent37/Flutter_audio_widget)

(this widget does not display anything)

Play an audio on flutter can be as simple as display an image ! Just add a widget into the tree

```dart
Audio.assets(
path: "assets/audios/country.mp3",
play: true, //AudioWidget does not maintain the play state
child: ...
)
```