-
Notifications
You must be signed in to change notification settings - Fork 141
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
Uses a deprecated version of the Android embedding #28
Comments
happened to me too, happened after flutter 2.5.2 upgrade I think. ❯ flutter doctor |
The OP seems to have missed off the URL shown in the error: Here it is. 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. Just for completeness, unsurprisingly the issue is in 2.5.3 too:
|
me too |
me as well |
The plugin
flutter_bluetooth_basic
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:
The text was updated successfully, but these errors were encountered: