Update Flutter plugin dependencies to latest versions
Upgraded battery_plus, connectivity_plus, device_info_plus, and screen_brightness to their latest compatible versions in pubspec.yaml to ensure compatibility and access to new features and bug fixes.
This commit is contained in:
parent
afe57e8703
commit
84df6f927d
|
|
@ -15,15 +15,15 @@ dependencies:
|
||||||
|
|
||||||
serious_python: 0.9.6
|
serious_python: 0.9.6
|
||||||
|
|
||||||
battery_plus: ^6.2.2
|
battery_plus: ^7.0.0
|
||||||
connectivity_plus: ^6.1.2
|
connectivity_plus: ^7.0.0
|
||||||
cupertino_icons: ^1.0.6
|
cupertino_icons: ^1.0.6
|
||||||
device_info_plus: ^12.1.0
|
device_info_plus: ^12.3.0
|
||||||
file_picker: ^10.3.3
|
file_picker: ^10.3.3
|
||||||
package_info_plus: ^9.0.0
|
package_info_plus: ^9.0.0
|
||||||
path_provider: ^2.1.4
|
path_provider: ^2.1.4
|
||||||
path: ^1.9.0
|
path: ^1.9.0
|
||||||
screen_brightness: ^2.1.0
|
screen_brightness: ^2.1.7
|
||||||
sensors_plus: ^7.0.0
|
sensors_plus: ^7.0.0
|
||||||
shared_preferences: 2.5.3
|
shared_preferences: 2.5.3
|
||||||
share_plus: ^12.0.1
|
share_plus: ^12.0.1
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue