I was running my flutter project randomly not after flutter clean and I got this error message:
Note: C:\Users\engra\AppData\Local\Pub\Cache\hosted\pub.dev\device_apps-2.2.0\android\src\main\java\fr\g123k\deviceapps\DeviceAppsPlugin.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: C:\Users\engra\AppData\Local\Pub\Cache\hosted\pub.dev\firebase_messaging-14.2.1\android\src\main\java\io\flutter\plugins\firebase\messaging\FlutterFirebaseMessagingPlugin.java uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
this the first i see this error message knowing that my flutter app was working perfectly fine.
I didn't try anything yet, this is my first time seeing this error message.