2024-11-17 15:42:58 +08:00
|
|
|
name: amap_location_fluttify
|
|
|
|
description: An `Amap` Location Component, Powered By `Fluttify`, A Compiler Generating Dart Bindings For Native SDK.
|
|
|
|
version: 0.22.0
|
|
|
|
author: yohom <yohombao@qq.com>
|
|
|
|
homepage: https://github.com/fluttify-project/amap_location_fluttify
|
|
|
|
|
|
|
|
environment:
|
|
|
|
sdk: ">=2.12.0 <3.0.0"
|
|
|
|
flutter: ">=1.12.13"
|
|
|
|
|
|
|
|
dependencies:
|
|
|
|
flutter:
|
|
|
|
sdk: flutter
|
|
|
|
|
2024-11-17 16:07:11 +08:00
|
|
|
|
2024-11-17 15:42:58 +08:00
|
|
|
foundation_fluttify:
|
|
|
|
git:
|
|
|
|
url: http://gitea.cquni.com/yangjie/foundation_fluttify.git
|
|
|
|
core_location_fluttify:
|
|
|
|
git:
|
2024-11-17 16:07:11 +08:00
|
|
|
url: http://gitea.cquni.com/yangjie/core_location_fluttify.git
|
2024-11-17 15:42:58 +08:00
|
|
|
amap_core_fluttify:
|
|
|
|
git:
|
2024-11-17 16:07:11 +08:00
|
|
|
url: http://gitea.cquni.com/yangjie/amap_core_fluttify.git
|
2024-11-17 15:42:58 +08:00
|
|
|
|
|
|
|
dev_dependencies:
|
|
|
|
flutter_test:0
|
|
|
|
|
|
|
|
. sdk: flutter
|
|
|
|
flutter_lints: any
|
|
|
|
|
|
|
|
flutter:
|
|
|
|
plugin:
|
|
|
|
platforms:
|
|
|
|
android:
|
|
|
|
package: me.yohom.amap_location_fluttify
|
|
|
|
pluginClass: AmapLocationFluttifyPlugin
|
|
|
|
ios:
|
|
|
|
pluginClass: AmapLocationFluttifyPlugin
|