-
Notifications
You must be signed in to change notification settings - Fork 54
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
The plugin pdf_flutter
uses a deprecated version of the Android embedding.
#41
Comments
i have this problem too |
Hi @erluxman! 👋 I’m working on a project that relies on your plugin. I get this deprecation warning too, and from looking into it and reading the migration guide posted above, it looks like it might be low hanging fruit 🍌🍎🍍.
I cloned your repo, and did two things to get rid of the warnings:
I'm not a contributor so I can't make a pull request but I thought I could at least open up a conversation about it. Where are we with this? |
@emmaweberyd thanks for the tip, I sent a merge request with these changes: |
When will it get merged and the latest update arrives. Please inform me as soon as it happens. I am unable to build the app for it. So please so the needful as soon as possible. |
How to install version that have this PR that solve this problem? |
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: