From 6c8235c45f931b55de29976dcc630c9fb8fe4e0d Mon Sep 17 00:00:00 2001 From: Alex Li Date: Mon, 13 May 2024 12:51:14 +0800 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Allows=20newer=20deps=20(#?= =?UTF-8?q?246)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 4 +++- example/pubspec.yaml | 2 +- pubspec.yaml | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 46e456e..701b8dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/example/pubspec.yaml b/example/pubspec.yaml index 9cd31c0..532e018 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -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: diff --git a/pubspec.yaml b/pubspec.yaml index 9200049..c4ecab4 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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: