daily commit
This commit is contained in:
parent
c6b35df272
commit
02e0a31e93
14
README.md
14
README.md
|
@ -1,7 +1,14 @@
|
||||||
# amap_map
|
# 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插件
|
基于[高德开放平台地图SDK](https://lbs.amap.com/api/)的flutter插件
|
||||||
|
|
||||||
|
| | Android | iOS |
|
||||||
|
|-------------|---------|-------|
|
||||||
|
| **AMapSDK** | 9.8.3 | 9.7.0 |
|
||||||
|
| **Support** | SDK 16+ | 11.0+ |
|
||||||
|
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
使用Flutter插件,请参考[在Flutter里使用Packages](https://flutter.cn/docs/development/packages-and-plugins/using-packages), 添加`amap_map`的引用
|
使用Flutter插件,请参考[在Flutter里使用Packages](https://flutter.cn/docs/development/packages-and-plugins/using-packages), 添加`amap_map`的引用
|
||||||
```bash
|
```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
|
## Issues
|
||||||
1. [android] app 的 targetSDKVersion >= 30, 地图页返回闪退
|
1. [android] app 的 targetSDKVersion >= 30, 地图页返回闪退
|
||||||
|
|
||||||
|
|
|
@ -7,6 +7,9 @@ platforms:
|
||||||
android:
|
android:
|
||||||
ios:
|
ios:
|
||||||
|
|
||||||
|
topics:
|
||||||
|
- amap
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ">=3.1.5 <4.0.0"
|
sdk: ">=3.1.5 <4.0.0"
|
||||||
flutter: ">=3.0.0"
|
flutter: ">=3.0.0"
|
||||||
|
@ -24,9 +27,6 @@ dependencies:
|
||||||
dev_dependencies:
|
dev_dependencies:
|
||||||
flutter_test:
|
flutter_test:
|
||||||
sdk: flutter
|
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
|
# For information on the generic Dart part of this file, see the
|
||||||
# following page: https://dart.dev/tools/pub/pubspec
|
# following page: https://dart.dev/tools/pub/pubspec
|
||||||
|
|
Loading…
Reference in New Issue