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

Adjust_sdk lib has been deprecated after upgrading Flutter upto ver.2.5.2 #64

Closed
cungtrang0978 opened this issue Oct 14, 2021 · 3 comments

Comments

@cungtrang0978
Copy link

Console:

C:\Flutter\flutter\.pub-cache\hosted\pub.dartlang.org\adjust_sdk-4.29.1\android\src\main\java\com\adjust\sdk\flutter\AdjustSdk.java:50: warning: [deprecation] Registrar in PluginRegistry has been deprecated
import io.flutter.plugin.common.PluginRegistry.Registrar;
                                              ^
C:\Flutter\flutter\.pub-cache\hosted\pub.dartlang.org\adjust_sdk-4.29.1\android\src\main\java\com\adjust\sdk\flutter\AdjustSdk.java:121: warning: [deprecation] Registrar in PluginRegistry has been deprecated
    public static void registerWith(Registrar registrar) {

Hope this will be fixed soon

Thank you

@mericgerceker
Copy link

I have the same error :(

@uerceg
Copy link
Contributor

uerceg commented Dec 13, 2021

Hey guys,

Thanks for reporting this. Indeed, these warnings are being flagged during build process. From what I can see, they are not errors, rather just warnings which still allow app to be built and run. But nevertheless, we'll take a look into addressing these.

@uerceg uerceg mentioned this issue Feb 17, 2022
@uerceg
Copy link
Contributor

uerceg commented Feb 17, 2022

Hi @cungtrang0978,

We have just released Flutter SDK v4.29.2 which should hopefully address this issue. Feel free to give it a shot and in case issue still persists, feel free to comment / reopen.

Cheers.

@uerceg uerceg closed this as completed Feb 17, 2022
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

3 participants