Open cseas opened 5 years ago
I tried deleting the android
and test
folders then running flutter create .
, after which the app ran but the voice button is not working and the following error is displayed in Android Studio:
E/flutter (16661): [ERROR:flutter/lib/ui/ui_dart_state.cc(148)] Unhandled Exception: MissingPluginException(No implementation found for method activate on channel bz.rxla.flutter/recognizer)
I am having exactly the same issue? Did you get any solution the problem if So Please Help me out?
@code-utk As I've written above in my second comment, I was able to run the app. But couldn't get the voice button to work. There's probably some custom code to be written in the android
folder to support its working. Or maybe some refactoring in the android code is needed related to the bz.rxla.flutter/recognizer
package, which is the source of the voice button's operations.
The issue is originating from the base repo code and is not related to the modifications added by @llSourcell
@cseas Here is the .gradle file of flutter SDK directory in your machine. Script '/home/abhijeet/softwares/flutter/packages/flutter_tools/gradle/flutter.gradle' line: 27
I fixed this problem by replacing "google()" with maven { url "https://maven.google.com" }
Getting the following error when I download and run the project without any changes:
I believe it might be related to an old Flutter version as discussed in this issue.
@llSourcell This guide indicates that the project files might be outdated and regenerating them may fix the issue, but custom changes will be lost and need to be reapplied. I tried that and that app ran but the voice button is not working. Can you please list out the custom changes to be added in the android folder?
This issue seems to be originating from the base repo. I've raised an issue there too with the same error.
Software