Sergey Yuryev
Sergey Yuryev
@iampawan please provide iOS version, flutter plugin version and steps how we can reproduce the issue. What does mean "it only listens once"? What is going on after that?
@iampawan what is happening then you try to tap Alan Button second time? That will be great if you provide some code to reproduce your issue. Thanks.
@iampawan have you tried our flutter examples? Like Shire App? https://github.com/alan-ai/alan-sdk-flutter/tree/master/examples/ShrineApp
@iampawan will wait for code from you. Btw this is a good place to start - step-by-step tutorial for Flutter https://www.alan.app/docs/client-api/cross-platform/flutter
@iampawan did you run flutter app on different iOS device or iOS version previously?
Hi @MarsadMaqsood Could you please provide steps to reproduce your issue. What version of plugin and iOS do you use? What command do you run? What device do you use?
@MarsadMaqsood Common workaround for this flutter issue could be this: 1. Open iOS project with Xcode 2. Navigate to Build Settings of your project and add "Any iOS Simulator SDK"...
@ilyasarafath please take a look to this comment https://github.com/alan-ai/alan-sdk-flutter/issues/13#issuecomment-1196805694
@subratpadhi007 it depends on your app architecture. If you have multiple view controllers inside - you can create container controller, use it as root view controller, add Alan button there.
Hey @MarsadMaqsood What do you try to achieve? Intent ```'Play (song|music)'``` will be activated on voice phrase. ```playCommand``` executes command locally . it should contains an object: ``` var command...