14

I want to build an app with Google Assistant & Siri support.
How would one go about implementing this in Flutter?
I'm aware of existing voice support,
but there's no support for back-and-forth voice actions...

Thanks!

Community
  • 1
  • 1
Ehud Banunu
  • 907
  • 2
  • 8
  • 14
  • 3
    check this answer. I believe you would need to use platform channels to use the native code. https://stackoverflow.com/questions/50551863/using-onesignal-with-flutter/50553712#50553712 – Tree May 27 '18 at 15:35
  • @Tree Cool, I see platform channels support calling Dart from native as well as native from Dart. Great, thanks for the references! (Feel free to post your comment as an answer, I'll approve it.) – Ehud Banunu May 27 '18 at 17:46
  • 1
    Were u able to make this work? We are looking at doing this as well – Sam Cromer Oct 23 '19 at 15:43
  • 1
    @SamCromer I ended up not using Flutter, but the above answer should do the trick. Note that Google Assistant's voice interactions only work for apps already on Play Store. You might want to take a look at other APIs. Good luck! – Ehud Banunu Oct 26 '19 at 13:07

0 Answers0