You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 deprecatedimport 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
The text was updated successfully, but these errors were encountered:
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.
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.
Console:
Hope this will be fixed soon
Thank you
The text was updated successfully, but these errors were encountered: