OneSignal / OneSignal-Flutter-SDK

OneSignal is a free push notification service for mobile apps. This plugin makes it easy to integrate your flutter app with OneSignal
https://www.onesignal.com
Other
606 stars 204 forks source link

Flutter 3.22.0 warning - java/com/onesignal/flutter/OneSignalPlugin.java uses or overrides a deprecated API #895

Open Jonny1987 opened 1 month ago

Jonny1987 commented 1 month ago

What happened?

I get the following warning when building my app:

Note: /home/john/.pub-cache/hosted/pub.dev/onesignal_flutter-5.2.0/android/src/main/java/com/onesignal/flutter/OneSignalPlugin.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.

Steps to reproduce?

Build android app using `flutter build apk --release lib/main.dart`

What did you expect to happen?

No warning

OneSignal Flutter SDK version

3.22.0

Which platform(s) are affected?

Relevant log output

No response

Code of Conduct

jkasten2 commented 3 weeks ago

@Jonny1987 thanks for reporting. This looks like a warning we need to address in the future.

Just to confirm, this isn't cause any build or runtime issues for you?