Flutter 是什么原因引起的;注意:使用-Xlint重新编译:有关详细信息,请参阅弃用;颤振中的错误?

Flutter 是什么原因引起的;注意:使用-Xlint重新编译:有关详细信息,请参阅弃用;颤振中的错误?,flutter,dart,Flutter,Dart,现在我在执行flatterrun或flatterbuild命令时看到这个错误。有人知道是什么原因吗?有什么严重的事吗 Note: C:\flutter\.pub-cache\hosted\pub.dartlang.org\path_provider-1.6.1\android\src\main\java\io\flutter\plugins\pathprovider\PathProviderPlugin.java uses or overrides a deprecated API. Note:

现在我在执行
flatterrun
flatterbuild
命令时看到这个错误。有人知道是什么原因吗?有什么严重的事吗

Note: C:\flutter\.pub-cache\hosted\pub.dartlang.org\path_provider-1.6.1\android\src\main\java\io\flutter\plugins\pathprovider\PathProviderPlugin.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: C:\flutter\.pub-cache\hosted\pub.dartlang.org\permission_handler-4.2.0+hotfix.3\android\src\main\java\com\baseflow\permissionhandler\PermissionHandlerPlugin.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: C:\flutter\.pub-cache\hosted\pub.dartlang.org\share-0.6.3+6\android\src\main\java\io\flutter\plugins\share\SharePlugin.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:\flutter\.pub-cache\hosted\pub.dartlang.org\video_player-0.10.8+1\android\src\main\java\io\flutter\plugins\videoplayer\VideoPlayerPlugin.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.

您正在使用的package,它覆盖了一个标记为不推荐的方法,这是导致该警告的原因,这并不可怕,但您应该注意您正在使用的package,它覆盖了一个标记为不推荐的方法,这是导致警告的原因是否有我“应该”做的事情,或者这只是一个通知,我只需要知道?只是要知道有一个修复?我更新了插件,导致在我的例子中google_maps_Flatter-1.2,,,但我找不到解决方法。是的,它不是站在你这边做什么,而是插件的维护者应该对不推荐的API采取行动