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

Flutter build process reports device_calendar uses a deprecated version of the Android embedding #326

Closed
mikeryder opened this issue Sep 9, 2021 · 2 comments · Fixed by #327

Comments

@mikeryder
Copy link

I upgraded to 4.0.1 of device_calendar (for null-safety). I was surprised the warning message of deprecated version of the Android embedding still comes up during build. I am doing something wrong or is this expected behavior?

@koenniem
Copy link

koenniem commented Sep 9, 2021

I agree. To avoid unexpected runtime failures, or future build failures, this plugin must be upgraded to Android embedding V2. Otherwise, a future release of Flutter will remove these deprecated APIs.

https://flutter.dev/docs/development/packages-and-plugins/plugin-api-migration

@thomassth
Copy link
Contributor

Depend on the underlying issue, this can be a simple update to dependencies and not change anything, to waiting for others to update their package / find a new one.

Feel free to try and submit a PR if it works.

@thomassth thomassth added the good first issue Good for newcomers label Sep 11, 2021
@thomassth thomassth linked a pull request Oct 6, 2021 that will close this issue
@thomassth thomassth removed the good first issue Good for newcomers label Nov 9, 2021
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

Successfully merging a pull request may close this issue.

3 participants