Skip to content

Commit 967ba14

Browse files
committed
📌 Raise the lowest SDK constraint to 2.8.0
1 parent 54b583c commit 967ba14

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ that can be found in the LICENSE file. -->
1515

1616
- Hide the loading widget in the preview until an actual saving process has been invoked.
1717
- Remove the implied system UI overlay manipulations.
18+
- Raise the lowest SDK constraint to 2.8.0.
1819

1920
## 3.7.0
2021

README-ZH.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Language: [English](README.md) | 中文简体
5858

5959
### 版本限制
6060

61-
Flutter SDK:`>=2.2.0`
61+
Flutter SDK:`>=2.8.0`
6262

6363
### 配置
6464

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ and `photo_manager` for asset implementation.
6060

6161
### Version constraints
6262

63-
Flutter SDK: `>=2.2.0` .
63+
Flutter SDK: `>=2.8.0` .
6464

6565
### Setup
6666

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ repository: https://github.com/fluttercandies/flutter_wechat_camera_picker
44
version: 3.8.0
55

66
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"
99

1010
dependencies:
1111
flutter:

0 commit comments

Comments
 (0)