daily commit

This commit is contained in:
Kuloud 2023-12-26 13:01:42 +08:00
parent c6b35df272
commit 02e0a31e93
2 changed files with 10 additions and 10 deletions

View File

@ -1,7 +1,14 @@
# amap_map
[![pub package](https://img.shields.io/pub/v/amap_map.svg)](https://pub.dev/packages/amap_map)
基于[高德开放平台地图SDK](https://lbs.amap.com/api/)的flutter插件
| | Android | iOS |
|-------------|---------|-------|
| **AMapSDK** | 9.8.3 | 9.7.0 |
| **Support** | SDK 16+ | 11.0+ |
## Usage
使用Flutter插件请参考[在Flutter里使用Packages](https://flutter.cn/docs/development/packages-and-plugins/using-packages), 添加`amap_map`的引用
```bash
@ -66,13 +73,6 @@ class _ShowMapPageState extends State<_ShowMapPageBody> {
```
## AMap SDK Version (v1.0.0+6)
|平台|版本|
|:-:|:-|
|Android|9.8.3|
|iOS|9.7.0|
## Issues
1. [android] app 的 targetSDKVersion >= 30, 地图页返回闪退

View File

@ -7,6 +7,9 @@ platforms:
android:
ios:
topics:
- amap
environment:
sdk: ">=3.1.5 <4.0.0"
flutter: ">=3.0.0"
@ -24,9 +27,6 @@ dependencies:
dev_dependencies:
flutter_test:
sdk: flutter
test: ^1.24.9
pedantic: ^1.11.0
mockito: ^5.0.0-nullsafety.7
# For information on the generic Dart part of this file, see the
# following page: https://dart.dev/tools/pub/pubspec