sytody
sytody copied to clipboard
a Flutter "speech to todo" app example
Getting this error when trying to run the project: ``` * Error running Gradle: ProcessException: Process "/home/abhijeet/Documents/android/sytody-master/android/gradlew" exited abnormally: Starting a Gradle Daemon, 1 busy Daemon could not be reused,...
Whenever I try to run this, I keep getting an error that says: "Cannot change dependencies of configuration ':app:debugCompile' after it has been included in dependency resolution"
Hi Erick, Thank you for creating the project. I found the error blow when trying to build it in flutter, and Enabling Jackopiton seems to fix the issue. FAILURE: Build...
Hey, how can i add another language like Spanish to recognize? I tried to add : `const Language('Español', 'es_ES'),` to the class Languages but it didn't work. Thanks!
Thanks its a great app. My question is how to train the mic to to activates Flutter app menus or like asking what is my balance and it goes and...
I've implemented a system in Flutter in which I can choose my language from a menu. The program starts by default in English but when I try to set it...