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