Skip to content

Commit

Permalink
⬆️ Allows newer deps (#246)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexV525 committed May 13, 2024
1 parent c56ad3d commit 6c8235c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,13 @@ See the [Migration Guide](guides/migration_guide.md) for breaking changes betwee

### Fixes

- Allows `wrapControllerMethod` to return nullable result
- Allows `wrapControllerMethod` to return nullable result.
- Allows newer versions of `sensors_plus`.

### Improvements

- Provide the back button when no controller has been initialized.
- Improves paddings of the heading actions in the viewer.

## 4.2.1

Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dependencies:
wechat_camera_picker:
path: ../

package_info_plus: ^8.0.0
package_info_plus: '>=7.0.0 <9.0.0'
video_player: ^2.7.0

dev_dependencies:
Expand Down
3 changes: 2 additions & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,11 @@ dependencies:

camera: ^0.10.0
camera_platform_interface: ^2.1.5

path: ^1.8.0
photo_manager: ^3.0.0
photo_manager_image_provider: ^2.0.0
sensors_plus: ^4.0.1
sensors_plus: '>=4.0.0 <6.0.0'
video_player: ^2.7.0

dev_dependencies:
Expand Down

0 comments on commit 6c8235c

Please sign in to comment.