csp_amap_flutter_map 1.0.1
csp_amap_flutter_map: ^1.0.1 copied to clipboard
A Flutter plugin for AMap (Gaode Map) SDK with support for Android and iOS platforms. This is the pub.flutter-io.cn compatible version. For full HarmonyOS support, please visit our Gitee repository. Features in [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add csp_amap_flutter_map
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
csp_amap_flutter_map: ^1.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:csp_amap_flutter_map/csp_amap_flutter_map.dart';