Skip to content

Commit 67a9ca9

Browse files
committed
📝 Indicates versions compatibility
1 parent a29dc45 commit 67a9ca9

File tree

2 files changed

+14
-6
lines changed

2 files changed

+14
-6
lines changed

README-ZH.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Language: [English](README.md) | 中文
3030
* [特性](#特性-)
3131
* [截图](#截图-)
3232
* [准备工作](#准备工作-)
33-
* [版本限制](#版本限制)
33+
* [版本兼容](#版本兼容)
3434
* [Flutter](#flutter)
3535
* [Android](#android)
3636
* [iOS](#ios)
@@ -89,9 +89,13 @@ Language: [English](README.md) | 中文
8989

9090
## 准备工作 🍭
9191

92-
### 版本限制
92+
### 版本兼容
9393

94-
Flutter SDK:`>=2.0.0`
94+
| | 2.0.0 | 2.2.0 | 2.5.0 |
95+
|--------|:-----:|:-----:|:-----:|
96+
| 6.2.1+ ||||
97+
| 6.2.0 ||||
98+
| 5.0.0+ || N/A | N/A |
9599

96100
如果在 `flutter pub get` 时遇到了失败问题,请使用 `dependency_overrides` 解决。
97101
参考 [版本获取冲突](#xxx-版本获取冲突-例如-dartx)

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ All UI designs are based on WeChat 8.x, and it will be updated following the WeC
2929
* [Features](#features-)
3030
* [Screenshots](#screenshots-)
3131
* [Preparing for use](#preparing-for-use-)
32-
* [Version constraints](#version-constraints)
32+
* [Versions compatibility](#version-compatibility)
3333
* [Flutter](#flutter)
3434
* [Android](#android)
3535
* [iOS](#ios)
@@ -87,9 +87,13 @@ please run the example or refer to [photo_manager](https://github.com/CaiJingLon
8787

8888
## Preparing for use 🍭
8989

90-
### Version constraints
90+
### Versions compatibility
9191

92-
Flutter SDK: `>=2.0.0` .
92+
| | 2.0.0 | 2.2.0 | 2.5.0 |
93+
|--------|:-----:|:-----:|:-----:|
94+
| 6.2.1+ ||||
95+
| 6.2.0 ||||
96+
| 5.0.0+ || N/A | N/A |
9397

9498
If you got a `resolve conflict` error when running `flutter pub get`,
9599
please use `dependency_overrides` to fix it. See [here](#version-resolve-conflict-with-xxx-eg-dartx) .

0 commit comments

Comments
 (0)