Skip to content

Commit 6c8235c

Browse files
authored
⬆️ Allows newer deps (#246)
1 parent c56ad3d commit 6c8235c

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff 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

example/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff 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

2323
dev_dependencies:

pubspec.yaml

+2-1
Original file line numberDiff line numberDiff 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

3536
dev_dependencies:

0 commit comments

Comments
 (0)