From 01b8d0cca9f44dfb003a75dab79de946dd6c9b59 Mon Sep 17 00:00:00 2001 From: Volodymyr Buberenko Date: Sun, 15 Oct 2023 20:22:30 +0300 Subject: [PATCH] Revert usage of package_info_plus wide range --- wakelock_plus/pubspec.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wakelock_plus/pubspec.yaml b/wakelock_plus/pubspec.yaml index 71f9693..dbc6155 100644 --- a/wakelock_plus/pubspec.yaml +++ b/wakelock_plus/pubspec.yaml @@ -2,7 +2,7 @@ name: wakelock_plus description: >-2 Plugin that allows you to keep the device screen awake, i.e. prevent the screen from sleeping on Android, iOS, macOS, Windows, Linux, and web. -version: 1.1.2 +version: 1.1.3 repository: https://github.com/fluttercommunity/wakelock_plus/tree/main/wakelock_plus environment: @@ -23,7 +23,7 @@ dependencies: # Linux dependencies dbus: ^0.7.8 - package_info_plus: ">=4.0.2 <6.0.0" + package_info_plus: ^4.2.0 # Web dependencies js: ^0.6.3