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

I can't run your sample app. #1

Open jayarajm opened 5 years ago

jayarajm commented 5 years ago

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 <system_shortcuts/system_shortcuts-Swift.h>

        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.

"

What is the problem?

Aman-Malhotra commented 4 years ago

It only works on Android and looks like you are trying to run it on IOS.

jayarajm commented 4 years ago

Oh. Okay thanks for update. Is any chance to develop for iOS?

Aman-Malhotra commented 4 years ago

I dont have IOS hardware to test it. so it wont be possible anytime soon. But pull requests are always welcome.