Flutter integration for Google Assistant & Siri - voice interactions [closed]
Asked Answered
K

0

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!

Karyolysis answered 26/5, 2018 at 17:51 Comment(4)
check this answer. I believe you would need to use platform channels to use the native code. #50552363Turncoat
@Turncoat 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.)Karyolysis
Were u able to make this work? We are looking at doing this as wellGage
@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!Karyolysis

© 2022 - 2024 — McMap. All rights reserved.