-
Notifications
You must be signed in to change notification settings - Fork 9.7k
[shared_preferences] Fix deprecated API call #2536
Conversation
|
LGTM thanks! |
|
@ditman This is calling a depreciated API in engine and since the new API is in stable, we can use the new API. |
ditman
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
|
LGTM |
|
Please accept this pr, the message is annoying and I need the plugin to my app |
|
This is already tagged as "submit queue", it'll get merged. |
|
@cyanglaz could you please review the patch? Would be very helpful. |
|
Hi @Zazo032 are you available to work on this PR a bit further? The proposed change fixes the problem but is part of a bigger change we need to do for each plugin. Thank you! |
|
Our task list for cleanup on the plugins is a bit longer as @ened pointed out. But this is ok to merge incrementally for now. |
|
I am still getting this, was it merged? |
Right now, while building, users get this warning:
I think this has rolled to stable now so it can be fixed to not use a deprecated API.
Fixes flutter/flutter#48211