Skip to content

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

License

Notifications You must be signed in to change notification settings

florent37/Flutter_audio_widget

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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: ...
)