File tree Expand file tree Collapse file tree 2 files changed +26
-14
lines changed Expand file tree Collapse file tree 2 files changed +26
-14
lines changed Original file line number Diff line number Diff line change @@ -4,22 +4,34 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
- ## [ 1.1.0+1] - 2020-08-13
8
- ### Changed
7
+ ## 1.1.1
8
+
9
+ - Documents update.
10
+
11
+ ### 2020-08-14
12
+
13
+ ## 1.1.0+1
14
+
9
15
- Link confirm button's text with delegate. Fix #6 .
10
16
11
- ## [ 1.1.0 ] - 2020-07-23
12
- ### Added
13
- - Add ` isOnlyAllowRecording ` . Resolves # 4 .
17
+ ### 2020-08-13
18
+
19
+ ## 1.1.0
14
20
15
- ### Changed
21
+ - Add ` isOnlyAllowRecording ` . Resolves # 4 .
16
22
- Make camera switching available. Resolves #5 .
17
23
18
- ## [ 1.0.0+1] - 2020-07-20
19
- ### Changed
24
+ ### 2020-07-23
25
+
26
+ ## 1.0.0+1
27
+
20
28
- Fix potential non exist directory access.
21
29
22
- ## [ 1.0.0] - 2020-07-15
23
- ### Added
30
+ ### 2020-07-20
31
+
32
+ ## 1.0.0
33
+
24
34
- Support take picture and video.
25
35
- Support video recording duration limitation.
36
+
37
+ ### 2020-07-15
Original file line number Diff line number Diff line change 1
1
name : wechat_camera_picker
2
2
description : A camera picker which is an extension to wechat_assets_picker, but can be run separately.
3
- version : 1.1.0+ 1
3
+ version : 1.1.1
4
4
homepage : https://github.com/fluttercandies/flutter_wechat_camera_picker
5
5
6
6
environment :
@@ -11,9 +11,9 @@ dependencies:
11
11
flutter :
12
12
sdk : flutter
13
13
14
- camera : ^0.5.8+2
15
- device_info : ^0.4.2+4
14
+ camera : ^0.5.8+5
15
+ device_info : ^0.4.2+6
16
16
flutter_common_exports : ^0.1.0
17
17
path_provider : ^1.6.11
18
- photo_manager : ^0.5.6
18
+ photo_manager : ^0.5.7
19
19
video_player : ^0.10.11+2
You can’t perform that action at this time.
0 commit comments