34 lines
770 B
YAML
34 lines
770 B
YAML
name: amap_search_fluttify
|
|
description: An `Amap Search` Map Component, Powered By `Fluttify`, A Compiler Generating Dart Bindings For Native SDK.
|
|
version: 0.18.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:
|
|
path: ..\foundation_fluttify
|
|
core_location_fluttify:
|
|
path: ..\core_location_fluttify
|
|
amap_core_fluttify:
|
|
path: ..\amap_core_fluttify
|
|
|
|
dev_dependencies:
|
|
flutter_test:
|
|
sdk: flutter
|
|
flutter_lints: any
|
|
|
|
flutter:
|
|
plugin:
|
|
platforms:
|
|
android:
|
|
package: me.yohom.amap_search_fluttify
|
|
pluginClass: AmapSearchFluttifyPlugin
|
|
ios:
|
|
pluginClass: AmapSearchFluttifyPlugin |