File tree 3 files changed +6
-3
lines changed
3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -10,11 +10,13 @@ See the [Migration Guide](guides/migration_guide.md) for breaking changes betwee
10
10
11
11
### Fixes
12
12
13
- - Allows ` wrapControllerMethod ` to return nullable result
13
+ - Allows ` wrapControllerMethod ` to return nullable result.
14
+ - Allows newer versions of ` sensors_plus ` .
14
15
15
16
### Improvements
16
17
17
18
- Provide the back button when no controller has been initialized.
19
+ - Improves paddings of the heading actions in the viewer.
18
20
19
21
## 4.2.1
20
22
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ dependencies:
17
17
wechat_camera_picker :
18
18
path : ../
19
19
20
- package_info_plus : ^8 .0.0
20
+ package_info_plus : ' >=7 .0.0 <9.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 @@ -26,10 +26,11 @@ dependencies:
26
26
27
27
camera : ^0.10.0
28
28
camera_platform_interface : ^2.1.5
29
+
29
30
path : ^1.8.0
30
31
photo_manager : ^3.0.0
31
32
photo_manager_image_provider : ^2.0.0
32
- sensors_plus : ^ 4.0.1
33
+ sensors_plus : ' >= 4.0.0 <6.0.0 '
33
34
video_player : ^2.7.0
34
35
35
36
dev_dependencies :
You can’t perform that action at this time.
0 commit comments