-
Notifications
You must be signed in to change notification settings - Fork 257
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
Could you please migrating the plugin to the V2 embedding #113
Comments
having the same issue |
I am also facing the same issue... Please fix this at top priority |
Same issue here, although it's just a build warning. I would try to migrate it myself and send a PR, but I have no idea how to get AndroidStudio and it's intellisense/autocompletion running in the android folder :( if someone can help me with this, I can give the migration a try. |
Same please fix issue |
I am receiving the following 2 errors on RELEASE
The plugin is perfect in debug mode but could they just update these to make it work in release mode kindly? |
Any Updates? |
Currently trying to change this to v2 embedding in a fork, but this is my first time coding native stuff for flutter (also had to play around with the .idea files, since it did not want to load in android studio) |
The plugin
background_location
uses a deprecated version of the Android embedding.To avoid unexpected runtime failures, or future build failures, try to see if this plugin supports the Android V2 embedding. Otherwise, consider removing it since a future release of Flutter will remove these deprecated APIs.
If you are plugin author, take a look at the docs for migrating the plugin to the V2 embedding: https://flutter.dev/go/android-plugin-migration.
The text was updated successfully, but these errors were encountered: