e这个问题的答案是我要将pubspec.yl中的Geolocator版本更改为7.0.0
E/FLUTTER(13537):[错误:flutter/lib/ui/ui_dart_state.cc(209)]未手动异常:丢失pluguginexception(在频道flutter.baseflow.com/geolocotator…
Flutter 地理定位器无法获取准确的当前位置,并且它始终返回相同的纬度和经度值
这是我的代码 void getlocation() async { LocationPermission per = await Geolocator.checkPermission(); if (per == LocationPermission.denied ||…
Plugin.Geolocator(部分)在 Android 12 中使用粗略位置
我有一个跟踪应用程序,它使用 Plugin.Geolocator (4.6.2-beta) 在用户移动时对位置进行采样。在升级到 Android 12 之前,此功能一直运行良好。现在,…
未处理的异常:MissingPluginException 地理定位器包在 Android 上运行良好,但在 IOS 上不起作用
这是我获取位置的代码,该代码在 Android 上运行,但在 IOS 中显示错误 Positionposition = wait Geolocato.getCurrentPosition(desiredAccuracy: Loc…
Flutter:任务“:geolocator:compileDebugJavaWithJavac”执行失败;
该项目于今年一月前完美建成。但现在它告诉我错误。首先他们向我显示位置 16+ 错误。然后我将位置包更改为地理定位器。但不固定。 然后创建新项目并导…
- 共 1 页
- 1