-
Notifications
You must be signed in to change notification settings - Fork 233
Upgrade to use Flutter embedding V2 #480
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
Comments
Me too. Today, when I run flutter pub get command, it show that your plugin use a deprecated API of Android embedding and the author of the plugin need to migrate it to Android V2 embedding. It say Flutter may remove those deprecated API in the future. Here is the web page it redirected me. So do you have a plan to migrate your plugin? If yes, how long might we have to wait? Anyway, thanks for your plugin. It is very useful and I use it in my Flutter project. I will be looking forward to your reply. Have a great day. |
Same issue. |
hope for a fix soon |
Getting same warning while compiling the project. I am using The plugin `onesignal_flutter` 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.
exit code 0 |
same here |
Hope some savior help soon. |
👍 |
Same here |
O mesmo, alguém saberia se irão atender essa demanda, qual o tempo médio? |
Same Warning ! The plugins |
Hi. I just made a PR 486 with the v2 embedding migration. onesignal_flutter: #^3.2.3
git:
url: https://github.com/luis901101/OneSignal-Flutter-SDK.git
ref: migrate_android_embedding_v2 |
Hi, I'm facing issues with the following plugins too ( facebook_audience_network, flutter_statusbarcolor_ns, |
@gucciroddman all of that plugins should migrate to android v2 embedding anytime soon. Anyway you can use these plugins without problem… the message you see is just a Deprecate warning, Flutter team will not do a breaking change like that in the near future… I hope… |
🧐 |
My app isn't loading network images from my website, nothing display it
displays "not decoding error"
…On Mon, 20 Sept 2021 at 13:32, Alireza Daryani ***@***.***> wrote:
🧐
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#480 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AVECTI4Z3ENDWER2AKHK7VTUC4LTXANCNFSM5DVIS7TA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
same here |
Same here |
插眼,如果修好了请踢我一脚,谢谢🙏 |
I think using #486 branch instead current main can help u |
Yuhuuu same here |
Same here |
same here |
3 similar comments
same here |
same here |
same here |
Guys, the #486 has already been merged into main branch. Upgrading the dependecy to 3.2.3 version can solve this problem. I think the issue should be closed. |
@joaobaronisilva |
same here |
Still getting the warning |
Hi all, #486 is now in Release 3.2.4. |
Description:
A red warning when building:
Environment
Steps to Reproduce Issue:
Anything else:
The text was updated successfully, but these errors were encountered: