Skip to content

Commit f70ab8a

Browse files
committed
🔖 ## 3.0.1
1 parent da4062f commit f70ab8a

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 3.0.1
4+
5+
### Fixes
6+
7+
- Remove redundant dispose with the controller.
8+
39
## 3.0.0
410

511
### New features

example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: wechat_camera_picker_demo
22
description: A new Flutter project.
33
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
4-
version: 3.0.0+5
4+
version: 3.0.0+6
55

66
environment:
77
sdk: '>=2.14.0 <3.0.0'

pubspec.yaml

Lines changed: 2 additions & 2 deletions
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.0.0
3+
version: 3.0.1
44
homepage: https://github.com/fluttercandies/flutter_wechat_camera_picker
55

66
environment:
@@ -14,5 +14,5 @@ dependencies:
1414
camera: ^0.9.4+6
1515
path: ^1.8.0
1616
path_provider: ^2.0.8
17-
photo_manager: ^2.0.0
17+
photo_manager: ^2.0.1
1818
video_player: ^2.2.14

0 commit comments

Comments
 (0)