Closed markHamilton34 closed 1 month ago
What version of the plugin are you using? Does the example app build properly on your system? I'm surprised no one else has reported this.
I was able to solve it. It was an issue with my local network that prevented me from installing new packages, so it wasn't a problem with the package itself. Everything is working fine now! Thanks again for your response.
Hello,
When adding the
speech_to_text
package, I get this error when running my app. I've already tried several possible solutions I found online, but none of them have helped. This error only happens if I add this package. If I don't add it, my app runs correctly.This is the error:
android/app/build.gradle has:
android/gradle/wrapper/gradle-wrapper.properties has:
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5-all.zip
android/build.gradle has:
What could be causing the error? Thanks for your support!