File tree Expand file tree Collapse file tree 2 files changed +10
-8
lines changed Expand file tree Collapse file tree 2 files changed +10
-8
lines changed Original file line number Diff line number Diff line change @@ -101,10 +101,11 @@ Language: [English](README.md) | 中文
101
101
102
102
### 版本兼容
103
103
104
- | | <2.5.0 | 2.8.0 | 2.10.0 |
105
- | --------| :------:| :-----:| :------:|
106
- | 7.0.0+ | ❌ | ✅ | ✅ |
107
- | 6.3.0+ | ❌ | ✅ | ✅ |
104
+ | | 2.8.0 | 2.10.0 | 3.0.0 |
105
+ | --------| :-----:| :------:| :-----:|
106
+ | 7.3.0+ | 不适用 | 不适用 | ✅ |
107
+ | 7.0.0+ | ✅ | ✅ | ❌ |
108
+ | 6.3.0+ | ✅ | ✅ | ❌ |
108
109
109
110
如果在 ` flutter pub get ` 时遇到了 ` resolve conflict ` 失败问题,
110
111
请使用 ` dependency_overrides ` 解决。
Original file line number Diff line number Diff line change @@ -102,10 +102,11 @@ before you have any questions.
102
102
103
103
### Versions compatibility
104
104
105
- | | <2.5.0 | 2.8.0 | 2.10.0 |
106
- | --------| :------:| :-----:| :------:|
107
- | 7.0.0+ | ❌ | ✅ | ✅ |
108
- | 6.3.0+ | ❌ | ✅ | ✅ |
105
+ | | 2.8.0 | 2.10.0 | 3.0.0 |
106
+ | --------| :-----:| :------:| :-----:|
107
+ | 7.3.0+ | N/A | N/A | ✅ |
108
+ | 7.0.0+ | ✅ | ✅ | ❌ |
109
+ | 6.3.0+ | ✅ | ✅ | ❌ |
109
110
110
111
If you got a ` resolve conflict ` error when running ` flutter pub get ` ,
111
112
please use ` dependency_overrides ` to fix it.
You can’t perform that action at this time.
0 commit comments