Aman-Malhotra / Volume_Flutter

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 now because I don't have max to do the IOS coding and I don't have experience in IOS coding as well. Pull requests for IOS Implementation are welcome.
MIT License
23 stars 31 forks source link

Asking for ACCESS_WIFI_STATE, CHANGE_WIFI_STATE, BLUETOOTH and BLUETOOTH_ADMIN permissions #8

Closed Zeswen closed 3 years ago

Zeswen commented 3 years ago

The dependency is adding the following unnecessary permissions from the peer dependency system_shortcuts.

This makes users think of malicious intentions related permissions, since they are not related to audio features.

Zeswen commented 3 years ago

These permissions are supposed to be optional in the package system_shortcuts.

They shouldn't be needed in the package.