ocarina 0.1.3 ocarina: ^0.1.3 copied to clipboard
Play local (assets or external/internal storage) audio files with flutter on Android or iOS
0.1.3 #
- chore(android): migrate to AGP8, increment target SDK (Thanks @orestesgaolin)
0.1.2 #
- Added ability to receive notifications when a players
isPlaying
state changes.
0.1.1 #
- Update to exoplayer 2.14.0
0.1.0 #
- Migrate to null safety
0.0.5 #
- Added method for getting playback position for an audiofile
- Added ability to delegate native implementation in iOS
- Designed for compatibility with
twilio_programmable_video
version0.6.4
+
- Designed for compatibility with
0.0.4 #
- Better handling on iOS when an asset is not found
0.0.3 #
- Adding optional package name parameter when using assets
0.0.2 #
- Adding isLoaded method
- Adding dispose method
- Fixing iOS issues
0.0.1 #
- Adding initial implementation