Skip to content

Commit 3471945

Browse files
committed
🔖 ## 3.2.0-dev.1
1 parent eb32c63 commit 3471945

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ that can be found in the LICENSE file. -->
44

55
# Changelog
66

7+
## 3.2.0-dev.1
8+
9+
Migrate to Flutter 2.13, and drop supports for older Flutter versions.
10+
711
## 3.1.0
812

913
### New features

example/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: wechat_camera_picker_demo
22
description: A new Flutter project.
3-
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
4-
version: 3.1.0+9
3+
version: 3.2.0+10
4+
publish_to: none
55

66
environment:
77
sdk: '>=2.17.0-0 <3.0.0'

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: wechat_camera_picker
22
description: A camera picker which is an extension to wechat_assets_picker, but can be run separately.
3-
version: 3.1.0
3+
version: 3.2.0-dev.1
44
homepage: https://github.com/fluttercandies/flutter_wechat_camera_picker
55

66
environment:

0 commit comments

Comments
 (0)