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
{{ message }}
This repository has been archived by the owner on Jun 23, 2024. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: