-
Notifications
You must be signed in to change notification settings - Fork 156
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
Deprecation warning when compiling #363
Comments
@lukehutch could you please post the output of |
$ flutter doctor -v [✓] Android toolchain - develop for Android devices (Android SDK version 33.0.1) [✓] Chrome - develop for the web [✓] Linux toolchain - develop for Linux desktop [✓] Android Studio (version 2021.3) [✓] VS Code (version 1.76.2) [✓] Connected device (3 available) [✓] HTTP Host Availability • No issues found! |
@lukehutch I was not able to reproduce this on my macOS machine using Flutter 3.7.10 What is the exact command and the full output of the command where you see this? |
Maybe this is no longer a problem then? I may have been building with a slightly older version of Flutter. I'm traveling for the next few weeks, so I can't easily reproduce this, but I was simply building my app with "flutter run" or similar. |
Correction, I'm still seeing this. All I do is the following, inside a Flutter project that depends upon # cd android
# ./gradlew clean build > Task :sign_in_with_apple:compileProfileKotlin
w: /home/luke/.pub-cache/hosted/pub.dev/sign_in_with_apple-4.3.0/android/src/main/kotlin/com/aboutyou/dart_packages/sign_in_with_apple/SignInWithApplePlugin.kt: (17, 48): 'Registrar' is deprecated. Deprecated in Java
w: /home/luke/.pub-cache/hosted/pub.dev/sign_in_with_apple-4.3.0/android/src/main/kotlin/com/aboutyou/dart_packages/sign_in_with_apple/SignInWithApplePlugin.kt: (54, 33): 'Registrar' is deprecated. Deprecated in Java |
I get the following warnings when compiling sign_in_with_apple 4.3.0:
The text was updated successfully, but these errors were encountered: