flutter_siri_suggestions icon indicating copy to clipboard operation
flutter_siri_suggestions copied to clipboard

ios siri suggestions plugin for flutter

Results 11 flutter_siri_suggestions issues
Sort by recently updated
recently updated
newest added

[ +96 ms] FAILURE: Build failed with an exception. [ ] * What went wrong: [ ] The Android Gradle plugin supports only Kotlin Gradle plugin version 1.5.20 and higher....

Hi Everyone, I have tried this problem for months, but still can not find the solution! Every time I start app from Dynamic Link, i will get the error message...

i have deeplink handling in my flutter apps, when i click on siri suggestion, i automaticly enter my deeplink with url= null `stream.receiveBroadcastStream().listen((url) { // result url= null});` i expect...

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...

I would like to use this package, however i do not know what to do to use Siri with the example app. I have launched the example app and tried...

Hello, I would like to pass parameter to the siri action. May I know how to implement it?

Hello, i'm trying to navigate the user to another page when she/he use siri suggestion instead of the main page. This is the code: ``` void initSuggestions() async { FlutterSiriSuggestions.instance.configure(...

Hi, I'm trying to have 4 activities in the shortcuts but only one gets initialised, the last one staircase activity. This is the init method which I initialise in initState:...

When the software starts and uses siri suggestions, everything works fine. However, when I completely end the software from the background and I use siri suggestions again, it only launches...

I found out that “onLaunch” method only works if the app is running in the background. If a user tap on a Siri suggestion while the app is not running,...