audio_session 0.1.4 audio_session: ^0.1.4 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.1.4 #
- Add missing API level checks on Android.
0.1.3 #
- Mostly complete AndroidAudioManager API.
- Mostly complete AVAudioSession API.
- Unified Android/iOS API for device discovery.
- Option to remove iOS microphone code at compile time.
0.1.2 #
- Support rxdart 0.27.0.
0.1.1 #
- Fix iOS interruption notifications bug.
- Fix deprecated warnings on Android (@lhartman1).
0.1.0 #
- Support null safety.
0.0.11 #
- Fix Android NPE if focus lost after dispose.
0.0.10 #
- Support rxdart 0.25.0.
- Fix leaked context on Android.
- Remove compiler warnings on iOS.
0.0.9 #
- ARC fixes on iOS.
- Register notification observers once for all FlutterEngines on iOS.
- Add AVAudioSessionInterruptionNotification.wasSuspended.
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.