flutter_siri_suggestions icon indicating copy to clipboard operation
flutter_siri_suggestions copied to clipboard

Firebase Dynamic Link and Siri_suggestions will conflict

Open TONYCHOU81905 opened this issue 2 years ago • 1 comments

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

TONYCHOU81905 avatar May 26 '22 07:05 TONYCHOU81905