florent37 / Flutter_audio_widget

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

Home Page:https://pub.dev/packages/audio_widget

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

audio_widget

Now included directly into AssetsAudioPlayer

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

sample

(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

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

About

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

https://pub.dev/packages/audio_widget

License:Other


Languages

Language:Dart 74.7%Language:Ruby 18.1%Language:HTML 3.4%Language:Swift 3.1%Language:Kotlin 0.4%Language:Shell 0.1%Language:Objective-C 0.1%