csp_amap_flutter_location 1.0.2
csp_amap_flutter_location: ^1.0.2 copied to clipboard
A Flutter plugin for AMap location services, supporting Android, iOS and HarmonyOS platforms. 高德地图定位SDK Flutter插件,支持Android、iOS和鸿蒙平台。
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add csp_amap_flutter_locationThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
csp_amap_flutter_location: ^1.0.2Alternatively, 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:csp_amap_flutter_location/amap_flutter_location.dart';
import 'package:csp_amap_flutter_location/amap_location_option.dart';