amap_flutter_search 0.0.4 amap_flutter_search: ^0.0.4 copied to clipboard
高德官方没有提供search相关的Flutter插件,本插件针对高德地图搜索功能官方原生插件进行封装
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add amap_flutter_search
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
amap_flutter_search: ^0.0.4
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:amap_flutter_search/amap_flutter_search.dart';