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
{{ message }}
This repository has been archived by the owner on Aug 13, 2023. It is now read-only.
The flutter_facebook_login plugin currently relies on a deprecated version of the Android embedding. As per the deprecation notice from the Flutter team, the deprecated version will be removed in future releases of Flutter. Therefore, it is important to update the plugin to support the Android V2 embedding to avoid potential runtime failures or build issues.
Description:
The flutter_facebook_login plugin currently relies on a deprecated version of the Android embedding. As per the deprecation notice from the Flutter team, the deprecated version will be removed in future releases of Flutter. Therefore, it is important to update the plugin to support the Android V2 embedding to avoid potential runtime failures or build issues.
Steps to Reproduce:
Create a new Flutter project.
Add the flutter_facebook_login plugin to the project dependencies.
Build and run the project on an Android device/emulator.
Expected Behavior:
The flutter_facebook_login plugin should support the Android V2 embedding to ensure compatibility with future releases of Flutter.
Actual Behavior:
The plugin currently uses a deprecated version of the Android embedding, which may lead to unexpected runtime failures or build issues. It is recommended to update the plugin to support the Android V2 embedding.
Suggested Solution:
Please consider updating the flutter_facebook_login plugin to support the Android V2 embedding. This will ensure that the plugin remains compatible with the latest versions of Flutter and avoids any deprecation-related issues.
Additional Information:
Flutter version: 3.7.12
flutter_facebook_login plugin version: 3.0.0
Image
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The flutter_facebook_login plugin currently relies on a deprecated version of the Android embedding. As per the deprecation notice from the Flutter team, the deprecated version will be removed in future releases of Flutter. Therefore, it is important to update the plugin to support the Android V2 embedding to avoid potential runtime failures or build issues.
Description:
The
flutter_facebook_login
plugin currently relies on a deprecated version of the Android embedding. As per the deprecation notice from the Flutter team, the deprecated version will be removed in future releases of Flutter. Therefore, it is important to update the plugin to support the Android V2 embedding to avoid potential runtime failures or build issues.Steps to Reproduce:
flutter_facebook_login
plugin to the project dependencies.Expected Behavior:
The
flutter_facebook_login
plugin should support the Android V2 embedding to ensure compatibility with future releases of Flutter.Actual Behavior:
The plugin currently uses a deprecated version of the Android embedding, which may lead to unexpected runtime failures or build issues. It is recommended to update the plugin to support the Android V2 embedding.
Suggested Solution:
Please consider updating the
flutter_facebook_login
plugin to support the Android V2 embedding. This will ensure that the plugin remains compatible with the latest versions of Flutter and avoids any deprecation-related issues.Additional Information:
flutter_facebook_login
plugin version: 3.0.0Image
The text was updated successfully, but these errors were encountered: