-
Notifications
You must be signed in to change notification settings - Fork 220
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Type mismatch on a clean project (PluginRegistry instead of FlutterEngine) #43
Comments
Yes, if you're using a recently created Flutter project the Android implementation is slightly different due to an API change. This needs to be updated still. |
I eagerly hope that the new Android Plugins API of Flutter 1.12 will be applied. |
Yeah, you might want to add this tip in README while we wait for a fix for new users. |
If someone got it working please mention the solution I am still having this issue using the latest version of plugin and flutter version is 1.22.5 stable. |
There's a possible workaround in the first post. See if it still works. |
I have tried that but the application crashes on launch |
Following the steps in
REAMDE
and including the plugin from git, I'm unable to compile the sources in a clean project.It only compiles if I replace
with
in
Application.kt
Log:
The text was updated successfully, but these errors were encountered: