soundpool 0.1.1
soundpool: ^0.1.1 copied to clipboard
A Flutter Sound Pool for playing short media files
0.0.1 (10-06-2018) #
- Initial release.
- Loading sound files from assets.
- Playing, stopping and pausing streams.
- Releasing resources.
- Works on Android and iOS.
0.0.3 (19-06-2018) #
- Load sound files from URI
- Fix
setVolume()
andrelease()
never finishing
0.1.0 (10-09-2018) #
- Breaking change
- Multiple soundpools support
- Audio stream type may be defined for Soundpool to use (Android only)
- Every sound loaded for the Soundpool is played on the audio stream Soundpool instace was created with
- Fix Android app crashing when URI is not reachable
0.1.1 (16-09-2018) #
- Fix type cast error in play() (thanks to SpencerCornish)