Skip to content
This repository has been archived by the owner on Jun 23, 2024. It is now read-only.

Compiler message: NfcInFlutterPlugin.java uses or overrides a deprecated API. #82

Open
FabioPagano opened this issue Mar 16, 2021 · 1 comment

Comments

@FabioPagano
Copy link

Good evening. Compilng my app (in Flutter 2.0.2) I receive the information message:

Note: c:\src\flutter.pub-cache\hosted\pub.dartlang.org\nfc_in_flutter-2.0.5\android\src\main\java\me\andisemler\nfc_in_flutter\NfcInFlutterPlugin.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.

The program then works ok, but has the above message some action that I need to do in my app?

Thank you.

@larssn
Copy link
Contributor

larssn commented Mar 17, 2021

No that is pretty normal in Android. It's because the plugin needs to support older versions of Android.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants