transport_gd_location 0.0.1
transport_gd_location: ^0.0.1 copied to clipboard
基于 Flutter 封装的网络货运信息交互系统位置信息上传插件(基于高德地图,iOS和Android)
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add transport_gd_locationThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
transport_gd_location: ^0.0.1Alternatively, 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:transport_gd_location/transport_gd_location.dart';