File tree Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ that can be found in the LICENSE file. -->
15
15
16
16
- Hide the loading widget in the preview until an actual saving process has been invoked.
17
17
- Remove the implied system UI overlay manipulations.
18
+ - Raise the lowest SDK constraint to 2.8.0.
18
19
19
20
## 3.7.0
20
21
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ Language: [English](README.md) | 中文简体
58
58
59
59
### 版本限制
60
60
61
- Flutter SDK:` >=2.2 .0 ` 。
61
+ Flutter SDK:` >=2.8 .0 ` 。
62
62
63
63
### 配置
64
64
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ and `photo_manager` for asset implementation.
60
60
61
61
### Version constraints
62
62
63
- Flutter SDK: ` >=2.2 .0 ` .
63
+ Flutter SDK: ` >=2.8 .0 ` .
64
64
65
65
### Setup
66
66
Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ repository: https://github.com/fluttercandies/flutter_wechat_camera_picker
4
4
version : 3.8.0
5
5
6
6
environment :
7
- sdk : " >=2.14 .0 <3.0.0"
8
- flutter : " >=2.5 .0"
7
+ sdk : " >=2.15 .0 <3.0.0"
8
+ flutter : " >=2.8 .0"
9
9
10
10
dependencies :
11
11
flutter :
You can’t perform that action at this time.
0 commit comments