Volume_Flutter
Volume_Flutter copied to clipboard
Now you can change android volumes in Flutter. You can change MEDIA volume, NOTIFICATION volume, RING Volume, VOICE CALL Volume, ALARM Volume and SYSTEM Volume. This is exclusively for android right...
added null safety.
Migrate existing code to `null-safety`. **Full Description** Since last week, Flutter 2.0 hit stable branch. With 2.0 we've received Dart 2.12 with new [sound null safety](https://dart.dev/null-safety) mechanism. Current `volume` package...
Will get this exception if I change the volume in the isolate mode. ``` E/MethodChannel#volume( 7076): java.lang.NullPointerException: Attempt to invoke virtual method 'void android.app.Activity.setVolumeControlStream(int)' on a null object reference E/MethodChannel#volume(...
Hi, Android plug in works like a charm , This a awesome plugin! Any future updates with IOS support? Thank You!
Even though i added ShowVolumeUI.HIDE , for some phones, particularly samsung phones, the volume change UI is shown on the screen
I get error message be like " /Users/jayaraj_m/flutter/.pub-cache/hosted/pub.dartlang.org/system_shortcuts-0.0.7/ios/Classes/SystemShortcutsPlugin.m:2:9: fatal error: 'system_shortcuts/system_shortcuts-Swift.h' file not found #import ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1 error generated. " What is the problem?