浏览器版本低!无法浏览完整内容,建议升级或更换浏览器。

文档全面上新

更科技的视觉体验,更高效的页面结构,快前往体验吧!

体验新版
第1行: 第1行:
 
{{flutter-sidebar}}
 
{{flutter-sidebar}}
 
<div class="h1-title">插件集成</div><div id="update-time">更新时间:2022年04月08日&nbsp;</div><div class="bluetitle"><div class="services-title-text">定位Flutter插件</div></div><div class="flutter-loc-dld" style="overflow:hidden"><div style="padding: 10px">pub依赖添加:<br/>&nbsp; &nbsp; &nbsp; 在工程pubspec.yaml文件添加如下代码:<br/>&nbsp; &nbsp; &nbsp; dependencies:<br/>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;flutter_bmflocation: ^3.2.0<br/></div><div><div style="padding: 10px 0 0 10px">定位基础能力示例代码</div><div class="go-download-btn">[https://mapopen-website-wiki.bj.bcebos.com/flutter/baidulocation_flutter_demo_3.2.0.zip DEMO下载]</div></div></div><div class="bluetitle"><div class="services-title-text">地图Flutter插件</div></div><div class="flutter-map-dld" style="overflow:hidden"><div style="padding-left: 10px"><div>
 
<div class="h1-title">插件集成</div><div id="update-time">更新时间:2022年04月08日&nbsp;</div><div class="bluetitle"><div class="services-title-text">定位Flutter插件</div></div><div class="flutter-loc-dld" style="overflow:hidden"><div style="padding: 10px">pub依赖添加:<br/>&nbsp; &nbsp; &nbsp; 在工程pubspec.yaml文件添加如下代码:<br/>&nbsp; &nbsp; &nbsp; dependencies:<br/>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;flutter_bmflocation: ^3.2.0<br/></div><div><div style="padding: 10px 0 0 10px">定位基础能力示例代码</div><div class="go-download-btn">[https://mapopen-website-wiki.bj.bcebos.com/flutter/baidulocation_flutter_demo_3.2.0.zip DEMO下载]</div></div></div><div class="bluetitle"><div class="services-title-text">地图Flutter插件</div></div><div class="flutter-map-dld" style="overflow:hidden"><div style="padding-left: 10px"><div>
基础地图:<br/>&nbsp; &nbsp; &nbsp; dependencies:<br/>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; flutter_baidu_mapapi_map: ^3.2.0<br/>检索:<br/>&nbsp; &nbsp; &nbsp; dependencies:<br/>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; flutter_baidu_mapapi_search: ^3.2.0<br/>计算工具:<br/>&nbsp; &nbsp; &nbsp; dependencies:<br/>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; flutter_baidu_mapapi_utils: ^3.2.0
+
基础地图:<br/>&nbsp; &nbsp; &nbsp; dependencies:<br/>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; flutter_baidu_mapapi_map: ^3.2.1<br/>检索:<br/>&nbsp; &nbsp; &nbsp; dependencies:<br/>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; flutter_baidu_mapapi_search: ^3.2.0<br/>计算工具:<br/>&nbsp; &nbsp; &nbsp; dependencies:<br/>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; flutter_baidu_mapapi_utils: ^3.2.0
</div></div><div style="margin-top:40px"><div style="padding-left:10px">地图基础能力示例代码</div><div class="go-download-btn">[https://mapopen-pub-androidsdk.bj.bcebos.com/fluter/demo/baidumap_flutter_demoV3.2.0..zip DEMO下载]</div></div></div><div class="bluetitle"><div class="services-title-text">鹰眼Flutter插件</div></div><div class="flutter-map-dld" style="overflow:hidden"><div style="padding-left: 10px">
+
</div></div><div style="margin-top:40px"><div style="padding-left:10px">地图基础能力示例代码</div><div class="go-download-btn">[https://mapopen-website-wiki.bj.bcebos.com/flutter/baidumap_flutter_demoV3.2.1.zip DEMO下载]</div></div></div><div class="bluetitle"><div class="services-title-text">鹰眼Flutter插件</div></div><div class="flutter-map-dld" style="overflow:hidden"><div style="padding-left: 10px">
 
pub依赖添加:<br/>&nbsp; &nbsp; &nbsp; 在工程pubspec.yaml文件添加如下代码:<br/>&nbsp; &nbsp; &nbsp; dependencies:<br/>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;flutter_baidu_yingyan_trace: ^2.1.0&nbsp; &nbsp; &nbsp;
 
pub依赖添加:<br/>&nbsp; &nbsp; &nbsp; 在工程pubspec.yaml文件添加如下代码:<br/>&nbsp; &nbsp; &nbsp; dependencies:<br/>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;flutter_baidu_yingyan_trace: ^2.1.0&nbsp; &nbsp; &nbsp;
 
</div><div style="margin-top:40px"><div style="padding-left:10px">鹰眼基础能力示例代码</div><div class="go-download-btn">[https://mapopen-pub-androidsdk.cdn.bcebos.com/fluter/demo/flutter_yingyan_trace_demo_2.1.0.zip DEMO下载]</div></div></div>
 
</div><div style="margin-top:40px"><div style="padding-left:10px">鹰眼基础能力示例代码</div><div class="go-download-btn">[https://mapopen-pub-androidsdk.cdn.bcebos.com/fluter/demo/flutter_yingyan_trace_demo_2.1.0.zip DEMO下载]</div></div></div>

2022年7月7日 (四) 17:51的版本

插件集成
更新时间:2022年04月08日 
定位Flutter插件
pub依赖添加:
      在工程pubspec.yaml文件添加如下代码:
      dependencies:
         flutter_bmflocation: ^3.2.0
定位基础能力示例代码
地图Flutter插件

基础地图:
      dependencies:
          flutter_baidu_mapapi_map: ^3.2.1
检索:
      dependencies:
          flutter_baidu_mapapi_search: ^3.2.0
计算工具:
      dependencies:
          flutter_baidu_mapapi_utils: ^3.2.0

地图基础能力示例代码
鹰眼Flutter插件

pub依赖添加:
      在工程pubspec.yaml文件添加如下代码:
      dependencies:
         flutter_baidu_yingyan_trace: ^2.1.0     

鹰眼基础能力示例代码
  • 文档根本没法用

  • 文档水平很差

  • 文档水平一般

  • 文档不错

  • 文档写的很好

如发现文档错误,或对此文档有更好的建议,请在下方反馈。问题咨询请前往反馈平台提交工单咨询。

提交反馈

拖动标注工具

添加矩形标注

添加箭头标注

完成

取消