Skip to content
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

Upgrade Required - flutter_contact uses a deprecated version of the Android embedding. #73

Open
shivshnkr opened this issue Sep 19, 2021 · 6 comments

Comments

@shivshnkr
Copy link

While using this library into our application - we keep getting warnings as follows:

The plugin flutter_contact 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.

While the application runs well, I still wanted to bring the deprecation point to be noticed and upgrade if needed. Thanks

@deepak786
Copy link
Contributor

duplicate of #68

@deepak786
Copy link
Contributor

I have submitted the PR (#69) which not only migrates to Android V2 embedding but also adds new features with some adjustments in the Plugin.
Until the PR is not merged, you can use it in your projects.

Add or update the following in your pubspec.yml file.

dependency_overrides:
  flutter_contact:
    git:
      url: https://github.com/deepak786/flutter_contact
      ref: agendaboa_patch

Use it and share the feedback accordingly.

If you like the work, Don't hesitate to buy me coffee.
Buy Me A Coffee

@EnricoSignoriWeDoc
Copy link

Any news?

@tkeithblack
Copy link
Contributor

tkeithblack commented Apr 1, 2022 via email

@deepak786
Copy link
Contributor

@tkeithblack
Copy link
Contributor

Thanks Deepak, I just submitted a pull request to the agendaboa_patch branch.

Keith

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants