sound_mode_advanced 4.0.0
sound_mode_advanced: ^4.0.0 copied to clipboard
A plugin to manage a device's sound mode on Android and detect ringer mode on iOS. Supports Do Not Disturb permission handling on Android API 24+.
4.0.0 #
- Package renamed to
sound_mode_advancedfor independent publication on pub.dev - Fork lineage: community-maintained continuation of TryingOutSomething/sound_mode
- Maintainer: Nafis Kabbo
- Breaking: Android package renamed to
com.kabbodev.soundmode; native Android code migrated from Java to Kotlin - Migrates Android build to Kotlin DSL with built-in Kotlin support (Flutter 3.44+ and pre-3.44 / AGP 8–9 compatible)
- Adds iOS Swift Package Manager (SPM) support alongside CocoaPods
3.1.1 #
Fix android bug which requires development jar as a dependency in build.gradle
3.1.0 #
Add support for Android 14 and 15.
Thank you EphraimLangdon for adding namespace to support android gradle 8
3.0.0 #
Add support for Android 13.
2.1.0 #
Removed Android v1 bindings from the plugin.
2.0.2 #
2.0.1 #
Fixed type error when setting ringer mode
2.0.0 #
- Refactored enum names and improved it's usages across both Android and IOS platforms
- Fixed the example app with Android Embedding V2
- Included the option to get the current ringer status of the device in the example app
- Updated README to improve readability and reflect the changes made to the project
Thank you JobMoll for the improvements made to the plugin!
1.1.0 #
Fixed getting ringer mode status on IOS Updated Readme
1.0.2 #
Removed unnecessary files not required for the plugin. I apologize for that
1.0.1 #
Replaced RaisedButton widget in example with ElevatedButton widget as per documentation suggestion due to deprecated API.
1.0.0 #
Null safety support.
0.2.2 #
Refactored return value for getting ringer status in iOS
0.2.1 #
Added a patch for iOS implementation to fix compilation issue. Thank you craftgear for the patch!
0.2.0 #
Added iOS implementation to get device's ringer mode. Thank you wanghaiyang5241 for the implementation!
0.1.4 #
Formatted sound_mode.dart file
0.1.3 #
Updated pubspec description
0.1.2 #
Added documentations to the plugin
0.1.1 #
Updated the README.md with a guide on how to use the plugin
0.1.0 #
Initial release
0.0.1 #
Initial package