sound_mode 2.0.2 sound_mode: ^2.0.2 copied to clipboard
A plugin to manage a device's sound mode for android. This plugin also supports requesting the required permissions to modify the device's sound mode for Android API 24 and above.
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