flutter_siri_suggestions
flutter_siri_suggestions copied to clipboard
Firebase Dynamic Link and Siri_suggestions will conflict
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 below. It seems that I sent null to siri suggestion, so I get the error. But when I remove [flutter_siri_suggestions]package, Dynamic Link works fine.
Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '*** -[__NSPlaceholderDictionary initWithObjects:forKeys:count:]: attempt to insert nil object from objects[0]'
If anyone has any solution, please let me know, thank you very much!!!