amap_plugin 0.0.4 amap_plugin: ^0.0.4 copied to clipboard
This is a gaud map plug-in. It supports IOS and Android platforms. Try to implement and unify the map API interfaces at both ends. This plug-in will be developed and maintained all the time, so that d [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add amap_plugin
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
amap_plugin: ^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_plugin/amap_plugin.dart';