当我运行pub get
时,我遇到以下错误:The plugin geocoder uses a deprecated version of the Android embedding. To avoid unexpected runtime failures, or future build failures, try to see if this plugin supports the Android V2 embedding. Otherwise, consider removing it since a future release of Flutter will remove these deprecated APIs. If you are plugin author, take a look at the docs for migrating the plugin to the V2 embedding: https://flutter.dev/go/android-plugin-migration.
6条答案
按热度按时间jxct1oxe1#
GeoCoder软件包不适用于较新的flutter版本。但你可以用这个替代品。这是兼容较新的Flutter版本和完美的工作罚款。使用此替代方法:https://pub.dev/packages/geocode
d8tt03nd2#
使用它来修复所有错误
https://pub.dev/packages/geocoder2
获取地址
获取坐标
muk1a3rh3#
这是因为最新的flutter更新版本2.5。在我的例子中,我已经通过命令
flutter downgrade
降级了我的flutter版本,它显示了一个降级的flutter版本的选项,它解决了我的错误。iugsix8n4#
您可以使用
Geocoding
插件来查找地址,而不是使用该插件:ngynwnxp5#
这仅仅意味着你想要使用的软件包已经过时了,并且flutter new更新删除了这个软件包正在使用的一些功能。
快速解决方案:
4szc88ey6#
有一个叫做geocoding的软件包,可以实现同样的功能。请参阅。