You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
This is my first time working on a flutter app so i am sorry if this is a stupid question but please explain where am I going wrong. I have purchased a template app and since the first time trying to run it (no modifications) I see the following warning in RED (the app still runs):
The plugin firebase_auth_ui 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.
Following the bread crumbs have brought me here. Can you please let me know if this is something you can fix and update the package on pub.get or is there something I can do to to get rid of the error? I am worried of the red warning and that even if the app runs now if might not run in the future.
Thank you for your time to look into this and aswer.
The text was updated successfully, but these errors were encountered:
Hi,
This is my first time working on a flutter app so i am sorry if this is a stupid question but please explain where am I going wrong. I have purchased a template app and since the first time trying to run it (no modifications) I see the following warning in RED (the app still runs):
The plugin
firebase_auth_ui
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.
Following the bread crumbs have brought me here. Can you please let me know if this is something you can fix and update the package on pub.get or is there something I can do to to get rid of the error? I am worried of the red warning and that even if the app runs now if might not run in the future.
Thank you for your time to look into this and aswer.
The text was updated successfully, but these errors were encountered: