gxcm_amap_search 0.0.1
gxcm_amap_search: ^0.0.1 copied to clipboard
高德官方没有提供search相关的Flutter插件,本插件针对高德地图搜索功能官方原生插件进行封装
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add gxcm_amap_search
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
gxcm_amap_search: ^0.0.1
Alternatively, your editor might support flutter pub get
. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:gxcm_amap_search/gxcm_amap_search.dart';