Skip to content

Commit 2879a68

Browse files
committed
Update Flutter dependencies to latest versions
Upgraded battery_plus to 7.0.0, connectivity_plus to 7.0.0, device_info_plus to 12.3.0, and screen_brightness to 2.1.7 in packages/flet/pubspec.yaml. This ensures compatibility with the latest features and bug fixes from these packages.
1 parent 64fb1a1 commit 2879a68

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

client/pubspec.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -85,10 +85,10 @@ packages:
8585
dependency: transitive
8686
description:
8787
name: battery_plus
88-
sha256: "03d5a6bb36db9d2b977c548f6b0262d5a84c4d5a4cfee2edac4a91d57011b365"
88+
sha256: ad16fcb55b7384be6b4bbc763d5e2031ac7ea62b2d9b6b661490c7b9741155bf
8989
url: "https://pub.dev"
9090
source: hosted
91-
version: "6.2.3"
91+
version: "7.0.0"
9292
battery_plus_platform_interface:
9393
dependency: transitive
9494
description:
@@ -149,10 +149,10 @@ packages:
149149
dependency: transitive
150150
description:
151151
name: connectivity_plus
152-
sha256: b5e72753cf63becce2c61fd04dfe0f1c430cc5278b53a1342dc5ad839eab29ec
152+
sha256: "33bae12a398f841c6cda09d1064212957265869104c478e5ad51e2fb26c3973c"
153153
url: "https://pub.dev"
154154
source: hosted
155-
version: "6.1.5"
155+
version: "7.0.0"
156156
connectivity_plus_platform_interface:
157157
dependency: transitive
158158
description:

packages/flet/pubspec.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ dependencies:
2121
sdk: flutter
2222
flutter_localizations:
2323
sdk: flutter
24-
battery_plus: ^6.2.2
24+
battery_plus: ^7.0.0
2525
collection: ^1.19.0
26-
connectivity_plus: ^6.1.2
27-
device_info_plus: ^12.1.0
26+
connectivity_plus: ^7.0.0
27+
device_info_plus: ^12.3.0
2828
equatable: ^2.0.3
2929
file_picker: ^10.3.3
3030
flutter_highlight: 0.7.0
@@ -38,7 +38,7 @@ dependencies:
3838
path_provider: ^2.1.5
3939
provider: ^6.1.2
4040
screenshot: ^3.0.0
41-
screen_brightness: ^2.1.0
41+
screen_brightness: ^2.1.7
4242
sensors_plus: ^7.0.0
4343
shared_preferences: 2.5.3
4444
share_plus: ^12.0.1

0 commit comments

Comments
 (0)