amap_search_utils 1.0.0 copy "amap_search_utils: ^1.0.0" to clipboard
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_utils

This 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.0

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_search_utils/amap_search_utils.dart';
2
likes
120
points
21
downloads

Publisher

unverified uploader

Weekly Downloads

高德官方没有提供search相关的Flutter插件,本插件针对高德地图搜索功能官方原生插件进行封装

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter

More

Packages that depend on amap_search_utils

Packages that implement amap_search_utils