File tree Expand file tree Collapse file tree 3 files changed +12
-27
lines changed Expand file tree Collapse file tree 3 files changed +12
-27
lines changed Original file line number Diff line number Diff line change @@ -6,39 +6,24 @@ that can be found in the LICENSE file. -->
6
6
7
7
See the [ Migration Guide] ( guides/migration_guide.md ) for breaking changes between versions.
8
8
9
- ## 4.2.0-dev.4
9
+ ## 4.2.0
10
10
11
- ### Improvements
12
-
13
- - Use ` wechat_picker_library ` .
14
-
15
- ### Fixes
16
-
17
- - Predicate access denied to avoid deadlocks.
11
+ ### Breaking changes
18
12
19
- ## 4.2.0-dev.3
13
+ - Migrate to Flutter 3.16, and drop supports for previous Flutter versions.
14
+ - Bump ` photo_manager ` to v3.x.
15
+ - Export ` photo_manager_image_provider ` .
20
16
21
17
### Improvements
22
18
23
19
- Roll ` sensors_plus ` .
24
20
- Catch exceptions when obtain/subscribe to the accelerometer stream.
25
-
26
- ## 4.2.0-dev.2
27
-
28
- ### Breaking changes
29
-
30
- - Migrate to Flutter 3.16, and drop supports for previous Flutter versions.
21
+ - Use ` wechat_picker_library ` .
31
22
32
23
### Fixes
33
24
34
25
- Fix ` onEntitySaving ` not returned after called. (#223 )
35
-
36
- ## 4.2.0-dev.1
37
-
38
- ### New features
39
-
40
- - Bump ` photo_manager ` to v3.x.
41
- - Export ` photo_manager_image_provider ` .
26
+ - Predicate access denied to avoid deadlocks.
42
27
43
28
## 4.1.0
44
29
Original file line number Diff line number Diff line change 1
1
name : wechat_camera_picker_demo
2
2
description : A new Flutter project.
3
- version : 4.2.0+31
3
+ version : 4.2.0+32
4
4
publish_to : none
5
5
6
6
environment :
@@ -17,7 +17,7 @@ dependencies:
17
17
wechat_camera_picker :
18
18
path : ../
19
19
20
- package_info_plus : ^4 .0.0
20
+ package_info_plus : ^5 .0.0
21
21
video_player : ^2.7.0
22
22
23
23
dev_dependencies :
Original file line number Diff line number Diff line change 1
1
name : wechat_camera_picker
2
- version : 4.2.0-dev.4
2
+ version : 4.2.0
3
3
description : |
4
4
A camera picker for Flutter projects based on WeChat's UI,
5
5
which is also a separate runnable extension to the
@@ -22,12 +22,12 @@ dependencies:
22
22
flutter :
23
23
sdk : flutter
24
24
25
- wechat_picker_library : ^1.0.0-0
25
+ wechat_picker_library : ^1.0.0
26
26
27
27
camera : ^0.10.0
28
28
camera_platform_interface : ^2.1.5
29
29
path : ^1.8.0
30
- photo_manager : ^3.0.0-dev.1
30
+ photo_manager : ^3.0.0
31
31
photo_manager_image_provider : ^2.0.0
32
32
sensors_plus : ^4.0.1
33
33
video_player : ^2.7.0
You can’t perform that action at this time.
0 commit comments