2024-11-17 15:40:22 +08:00
|
|
|
name: amap_core_fluttify
|
|
|
|
description: An `Amap Core` Map Component, Powered By `Fluttify`, A Compiler Generating Dart Bindings For Native SDK.
|
|
|
|
version: 0.17.0
|
|
|
|
homepage: https://github.com/fluttify-project
|
|
|
|
|
|
|
|
environment:
|
|
|
|
sdk: ">=2.12.0 <3.0.0"
|
|
|
|
flutter: ">=1.12.13"
|
|
|
|
|
|
|
|
dependencies:
|
|
|
|
flutter:
|
|
|
|
sdk: flutter
|
|
|
|
|
|
|
|
|
|
|
|
foundation_fluttify:
|
|
|
|
git:
|
|
|
|
url: http://gitea.cquni.com/yangjie/foundation_fluttify.git
|
2024-11-17 19:53:01 +08:00
|
|
|
ref: master
|
2024-11-17 15:40:22 +08:00
|
|
|
core_location_fluttify:
|
|
|
|
git:
|
|
|
|
url: http://gitea.cquni.com/yangjie/core_location_fluttify.git
|
2024-11-17 19:53:01 +08:00
|
|
|
ref: master
|
2024-11-17 15:40:22 +08:00
|
|
|
|
|
|
|
dev_dependencies:
|
|
|
|
flutter_test:
|
|
|
|
sdk: flutter
|
|
|
|
flutter_lints: any
|
|
|
|
|
|
|
|
flutter:
|
|
|
|
plugin:
|
|
|
|
platforms:
|
|
|
|
android:
|
|
|
|
package: me.yohom.amap_core_fluttify
|
|
|
|
pluginClass: AmapCoreFluttifyPlugin
|
|
|
|
ios:
|
|
|
|
pluginClass: AmapCoreFluttifyPlugin
|