release 1.0.8: 升级amap android sdk版本 10.0.800_loc6.4.5_sea9.7.2

This commit is contained in:
Kuloud 2024-07-29 10:49:31 +08:00
parent 05dc399815
commit b582025ac7
7 changed files with 14 additions and 11 deletions

View File

@ -1,10 +1,14 @@
## 1.0.6 ## 1.0.8
2024-07-29.
* 升级amap android sdk版本 10.0.800_loc6.4.5_sea9.7.2 | 2024-07-19
## 1.0.7
2024-07-28. 2024-07-28.
* Close Issue [#10](https://github.com/kuloud/amap_map/issues/10) 添加Logo位置设置参见example: map_ui_options.dart * Close Issue [#10](https://github.com/kuloud/amap_map/issues/10) 添加Logo位置设置参见example: map_ui_options.dart
## 1.0.6 ## 1.0.6
2024-06-27. 2024-06-27.
* 升级amap android sdk版本 V10.0.700_loc6.4.5_sea9.7.2 2024-05-13 看高德更新日志应该是计划后续版本捆绑loc+search一起更新了 * 升级amap android sdk版本 V10.0.700_loc6.4.5_sea9.7.2 | 2024-05-13 `看高德更新日志应该是计划后续版本捆绑loc+search一起更新了`
## 1.0.5 ## 1.0.5
2024-03-20. 2024-03-20.

View File

@ -6,7 +6,7 @@
| | Android | iOS | | | Android | iOS |
| ----------- | -------------------------- | -------- | | ----------- | -------------------------- | -------- |
| **AMapSDK** | 10.0.700_loc6.4.5_sea9.7.2 | 10.0.700 | | **AMapSDK** | 10.0.800_loc6.4.5_sea9.7.2 | 10.0.800 |
| **Support** | SDK 16+ | 12.0+ | | **Support** | SDK 16+ | 12.0+ |
本插件基于 amap_flutter_map 3.0.0 进行二开的原因: 本插件基于 amap_flutter_map 3.0.0 进行二开的原因:

View File

@ -33,7 +33,7 @@ android {
} }
dependencies { dependencies {
implementation 'com.amap.api:3dmap-location-search:10.0.700_loc6.4.5_sea9.7.2' implementation 'com.amap.api:3dmap-location-search:10.0.800_loc6.4.5_sea9.7.2'
implementation 'androidx.annotation:annotation:1.8.1' implementation 'androidx.annotation:annotation:1.8.1'
} }

View File

@ -72,8 +72,6 @@ android {
ndkVersion '25.1.8937393' ndkVersion '25.1.8937393'
} }
dependencies { dependencies {
//demo中引入高德地图SDK
implementation 'com.amap.api:3dmap-location-search:10.0.700_loc6.4.5_sea9.7.2'
} }
flutter { flutter {

View File

@ -1,5 +1,5 @@
PODS: PODS:
- AMap3DMap (10.0.700): - AMap3DMap (10.0.800):
- AMapFoundation (>= 1.8.0) - AMapFoundation (>= 1.8.0)
- amap_map (1.0.3): - amap_map (1.0.3):
- AMap3DMap - AMap3DMap
@ -28,7 +28,7 @@ EXTERNAL SOURCES:
:path: ".symlinks/plugins/permission_handler_apple/ios" :path: ".symlinks/plugins/permission_handler_apple/ios"
SPEC CHECKSUMS: SPEC CHECKSUMS:
AMap3DMap: 6ee456d7ba946ebbad580a343b74ffa8e9936175 AMap3DMap: 6761e0381f517978312e4f795ce77b2b9f6781a6
amap_map: 8773e5cacc760edf208b1e6e61000241d26385fa amap_map: 8773e5cacc760edf208b1e6e61000241d26385fa
AMapFoundation: 9885c48fc3a78fdfb84a0299a2293e56ea3c9fec AMapFoundation: 9885c48fc3a78fdfb84a0299a2293e56ea3c9fec
Flutter: e0871f40cf51350855a761d2e70bf5af5b9b5de7 Flutter: e0871f40cf51350855a761d2e70bf5af5b9b5de7

View File

@ -4,7 +4,7 @@
# #
Pod::Spec.new do |s| Pod::Spec.new do |s|
s.name = 'amap_map' s.name = 'amap_map'
s.version = '1.0.3' s.version = '1.0.8'
s.summary = 'A new Flutter plugin.' s.summary = 'A new Flutter plugin.'
s.description = <<-DESC s.description = <<-DESC
A new Flutter plugin for AMap. A new Flutter plugin for AMap.
@ -12,7 +12,7 @@ A new Flutter plugin for AMap.
s.homepage = 'https://github.com/kuloud/amap_map' s.homepage = 'https://github.com/kuloud/amap_map'
s.license = { :type => 'Apache License, Version 2.0', :file => '../LICENSE' } s.license = { :type => 'Apache License, Version 2.0', :file => '../LICENSE' }
s.author = { 'kuloud' => 'kuloud@outlook.com' } s.author = { 'kuloud' => 'kuloud@outlook.com' }
s.source = { :git => 'https://github.com/kuloud/amap_map.git', :tag => 'v1.0.3' } s.source = { :git => 'https://github.com/kuloud/amap_map.git', :tag => 'v1.0.8' }
s.source_files = 'Classes/**/*' s.source_files = 'Classes/**/*'
s.public_header_files = 'Classes/**/*.h' s.public_header_files = 'Classes/**/*.h'
s.dependency 'Flutter' s.dependency 'Flutter'

View File

@ -1,6 +1,6 @@
name: amap_map name: amap_map
description: Amap SDK Flutter plugin for integrating AMapSDK in iOS and Android applications. description: Amap SDK Flutter plugin for integrating AMapSDK in iOS and Android applications.
version: 1.0.7 version: 1.0.8
homepage: https://github.com/kuloud/amap_map homepage: https://github.com/kuloud/amap_map
issue_tracker: https://github.com/kuloud/amap_map/issues issue_tracker: https://github.com/kuloud/amap_map/issues
platforms: platforms:
@ -9,6 +9,7 @@ platforms:
topics: topics:
- amap - amap
- flutter
environment: environment:
sdk: ">=3.1.5 <4.0.0" sdk: ">=3.1.5 <4.0.0"