assets_audio_player 1.3.8
assets_audio_player: ^1.3.8 copied to clipboard
Play music/audio stored in assets files directly from Flutter. Compatible with Android, iOS and web
1.3.8 #
- Fully rebased the web support on html.AudioElement (instead of howler)
- Fully rebases the ios support on AvPlayer (instead of AvAudioPlayer)
- Added support for network audios with
.open(Audio.network(url))
on Android/ios/web
1.3.7+1 #
- Added
RealtimePlayingInfos
stream
1.3.6+1 #
- Added volume as optional parameter on open()
1.3.6 #
- Extracted web support to assets_audio_player_web: 1.3.6
1.3.5+1 #
- Volume does not reset anymore on looping audios
1.3.4 #
- Fixed player on Android
1.3.3 #
- Fixed build on Android & iOS
1.3.2 #
- Rewritten the web support, using now https://github.com/florent37/flutter_web_howl
1.3.1+2 #
- Upgraded RxDart dependency
- fixed lint issues
- lowerCamelCase AssetsAudioPlayer volumes consts
1.3.1 #
- Fixed build on iOS
1.3.0 #
- Added web support, works only on debug mode
1.2.8 #
- Added constructors
- AssetsAudioPlayer.newPlayer
- AssetsAudioPlayer(id: "PLAYER_ID")
to create new players and play multiples songs in parallel
the default constructor AssetsAudioPlayer() still works as usual
1.2.7 #
- Added "volume" property (listen/set)
1.2.6 #
- Added an "autoPlay" optional attribute to open methods
1.2.5 #
- Compatible with Swift 5
1.2.4 #
- Added playlist
1.2.3 #
- Added playlist (beta)
1.2.1 #
- Added looping setter/getter
1.2.0 #
- Upgraded RxDart to 0.23.1
- Fixed assets playing on iOS
- Fixed playing location on Android
0.0.1 #
- initial release.