Skip to content

Commit cd62232

Browse files
committed
Update wakelock_plus and add new dependencies
Downgraded wakelock_plus to v1.2.8 in packages/flet and added wakelock_plus v1.4.0 and package_info_plus v9.0.0 to client dependencies. This ensures compatibility and provides additional functionality in the client package.
1 parent ee5156c commit cd62232

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

client/pubspec.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -783,7 +783,7 @@ packages:
783783
source: hosted
784784
version: "1.0.0"
785785
package_info_plus:
786-
dependency: "direct overridden"
786+
dependency: "direct main"
787787
description:
788788
name: package_info_plus
789789
sha256: f69da0d3189a4b4ceaeb1a3defb0f329b3b352517f52bed4290f83d4f06bc08d
@@ -1468,7 +1468,7 @@ packages:
14681468
source: hosted
14691469
version: "3.4.0"
14701470
wakelock_plus:
1471-
dependency: transitive
1471+
dependency: "direct main"
14721472
description:
14731473
name: wakelock_plus
14741474
sha256: "9296d40c9adbedaba95d1e704f4e0b434be446e2792948d0e4aa977048104228"

client/pubspec.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,8 @@ dependencies:
7474
path: ../sdk/python/packages/flet-charts/src/flutter/flet_charts
7575

7676
cupertino_icons: ^1.0.6
77+
wakelock_plus: ^1.4.0
78+
package_info_plus: ^9.0.0
7779

7880
integration_test:
7981
sdk: flutter

packages/flet/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ dependencies:
4646
web_socket_channel: ^3.0.2
4747
window_manager: ^0.5.1
4848
window_to_front: ^0.0.3
49-
wakelock_plus: ^1.4.0
49+
wakelock_plus: ^1.2.8
5050

5151
dev_dependencies:
5252
flutter_test:

0 commit comments

Comments
 (0)