Open rserro opened 2 years ago
Hi @myriky
First of all thanks to develop this plugin. We are looking for the same features. Any update on this?
Thanks
+1
this would be very useful as I understand user is now expected to open the Siri suggestions and (depending on Siri's suggestions...) see the suggested Siri shortcut => how to get the user to install the Siri shortcut/voice_command from my Flutter app (like the Zoom app which lets user install shortcuts from the Zoom app itself)? Is it only a matter of getting user to click on a iCloud url to install the shortcut (and its corresponding Siri voice command?)
Hi!
Some apps provide a button to "Add To Siri" the available shortcuts. This opens a Siri modal for the user to configure and add the shortcut.
Would it be possible to have a method like .addToSiri(..) which would open this kind of modal?
Thanks!