huaji_map_core 1.1.8 copy "huaji_map_core: ^1.1.8" to clipboard
huaji_map_core: ^1.1.8 copied to clipboard

discontinued
retracted[pending analysis]

An `Amap` Map Component, Powered By `Fluttify` Compiler, A Dart Bindings Generator For Native SDK.

huaji_map_core #

A new Flutter project.

依赖 #

dependencies:
  flutter:
    sdk: flutter
  huaji_map_core: ^x.x.x

配置 #

Android #

  1. 注意在app/build.gradle的android块中配置签名信息, 并在buildTypes块中指定签名信息, 否则将无法匹配到你在高德后台配置的appkey, 例如:
android {
    signingConfigs {
        release {
            keyAlias 'amap_map_test'
            keyPassword 'amap_map_test'
            storeFile file('../amap_map_test.jks')
            storePassword 'amap_map_test'
        }
    }

    buildTypes {
        debug {
            signingConfig signingConfigs.release
        }
        profile {
            signingConfig signingConfigs.release
        }
        release {
            signingConfig signingConfigs.release
        }
    }
}

iOS #

  1. 定位需要声明权限, 在Info.plist中添加:
```xml
<key>NSLocationWhenInUseUsageDescription</key>
<string>需要定位权限</string>
  1. 调用高德地图需要添加白名单:
<key>LSApplicationQueriesSchemes</key>
<array>
	<string>iosamap</string>
	<string>amapuri</string>
</array>

Getting Started #

This project is a starting point for a Flutter plug-in package, a specialized package that includes platform-specific implementation code for Android and/or iOS.

For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

0
likes
0
points
15
downloads

Publisher

unverified uploader

Weekly Downloads

An `Amap` Map Component, Powered By `Fluttify` Compiler, A Dart Bindings Generator For Native SDK.

License

(pending) (license)

Dependencies

amap_core_fluttify, amap_location_fluttify, amap_search_fluttify, core_location_fluttify, flutter, foundation_fluttify, uni_map_platform_interface, url_launcher

More

Packages that depend on huaji_map_core

Packages that implement huaji_map_core