audio_session 0.0.8 audio_session: ^0.0.8 copied to clipboard
Sets the iOS audio session category and Android audio attributes for your app, and manages your app's audio focus, mixing and ducking behaviour.
0.0.8 #
- Support becomingNoisyEventStream on iOS (@snaeji).
0.0.7 #
- Fix bug in androidWillPauseWhenDucked.
- Improve documentation.
0.0.6 #
- Handle AVAudioSessionInterruptionTypeEnded correctly on iOS.
0.0.5 #
- Fix music() preset so that iOS notification can appear.
0.0.4 #
- Lower minSdkVersion to 16.
0.0.3 #
- Add bitwise operations to flags and options.
- Add AudioSessionConfiguration.copyWith.
0.0.2 #
- Lower min sdk to 1.12.13+hotfix.5
- Add override options to setActive.
- Remove close.
0.0.1 #
- Initial release.