Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
kuloud committed Jan 15, 2024
1 parent c3590d7 commit e611e4c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 38 deletions.
35 changes: 3 additions & 32 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,33 +1,4 @@
## 1.0.4
2024-01-04.
* 添加 InfoWindowExtension,支持自定义 InfoWindow 样式

## 1.0.3+1
2024-01-03.
* 处理lint,更新文档

## 1.0.3
2024-01-03.
* AMapController 添加 toScreenCoordinate / fromScreenCoordinate,实现屏幕坐标和经纬度的互相转换

## 1.0.2
2023-12-30.
* 增加插件支持

## 1.0.1
2023-12-29.
* 移除 `AMapWidget` 中的 `apiKey` / `privacyStatement` 字段

## 1.0.0+8
2023-12-29.
* 废弃 `AMapWidget` 中的 `apiKey` / `privacyStatement` 字段,使用 `AMapInitializer` 初始化

## 1.0.0+7 - 2023-12-26.
* github action automate publish support

## 1.0.0+6 - 2023-12-26.
* update android sdk version 9.8.3
* update iOS sdk version 9.7.0

## 1.0.0+1 - 2023-12-22.
* fork from https://pub.dev/packages/amap_flutter_map
## 1.0.0
2023-01-12
* fork from https://pub.dev/packages/amap_map
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,19 @@
# amap_map
[![pub package](https://img.shields.io/pub/v/amap_map.svg)](https://pub.dev/packages/amap_map)
[![pub package](https://img.shields.io/pub/v/amap_map_lite.svg)](https://pub.dev/packages/amap_map_lite)

基于[高德开放平台地图SDK](https://lbs.amap.com/api/)的flutter插件

| | Android | iOS |
|-------------|---------|-------|
| **AMapSDK** | 9.8.3 | 9.7.0 |
| **AMapSDK** | 1.3.1(in processing) | planned |
| **Support** | SDK 16+ | 12.0+ |

本插件基于 amap_flutter_map 3.0.0 进行二开的原因:
1. 原插件21年开始已无更新,插件年久失修,依赖SDK版本老旧
1. 原插件只实现了基础的地图展示和交互功能,无法满足常见定制化需求
本插件在 amap_map 基础上, 基于AMap轻量版SDK定制开发,与 AMap3DSdk (main分支)在同一个repo,独立维护在lite分支,lite版插件将使用 2.x.y 命名版本

## Usage
使用Flutter插件,请参考[在Flutter里使用Packages](https://flutter.cn/docs/development/packages-and-plugins/using-packages), 添加`amap_map`的引用
```bash
flutter pub add amap_map
flutter pub add amap_map_lite
```

## Prepare
Expand Down

0 comments on commit e611e4c

Please sign in to comment.