logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

flutter geolocator Android国内定位失败问题解决

因为flutter中Geolocator.getCurrentPosition不支持同时设置locationSettings和forceAndroidLocationManager,所以直接修改安卓下forceLocationManager比较方便。也可以由flutter传递forceLocationManager的值,自行根据源码修改。插件时,默认会依赖 Google Play 服务进行 GPS

#flutter#android
到底了