File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 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
1010
1111### Fixes
1212
13- - Allows ` wrapControllerMethod ` to return nullable result
13+ - Allows ` wrapControllerMethod ` to return nullable result.
14+ - Allows newer versions of ` sensors_plus ` .
1415
1516### Improvements
1617
1718- Provide the back button when no controller has been initialized.
19+ - Improves paddings of the heading actions in the viewer.
1820
1921## 4.2.1
2022
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ dependencies:
1717 wechat_camera_picker :
1818 path : ../
1919
20- package_info_plus : ^8 .0.0
20+ package_info_plus : ' >=7 .0.0 <9.0.0 '
2121 video_player : ^2.7.0
2222
2323dev_dependencies :
Original file line number Diff line number Diff line change @@ -26,10 +26,11 @@ dependencies:
2626
2727 camera : ^0.10.0
2828 camera_platform_interface : ^2.1.5
29+
2930 path : ^1.8.0
3031 photo_manager : ^3.0.0
3132 photo_manager_image_provider : ^2.0.0
32- sensors_plus : ^ 4.0.1
33+ sensors_plus : ' >= 4.0.0 <6.0.0 '
3334 video_player : ^2.7.0
3435
3536dev_dependencies :
You can’t perform that action at this time.
0 commit comments