Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

⬆️ Allows newer deps #246

Merged
merged 2 commits into from
May 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading