Update and clean up dependencies in pubspec.yaml
Removed 'url_strategy' dependency, updated 'package_info_plus' and 'window_manager' to newer versions, and added 'sensors_plus'. This keeps dependencies current and removes unused packages.
This commit is contained in:
parent
166667aceb
commit
fb5bd2dabb
|
|
@ -14,11 +14,11 @@ dependencies:
|
|||
serious_python: 0.9.6
|
||||
|
||||
path: ^1.9.0
|
||||
url_strategy: ^0.2.0
|
||||
cupertino_icons: ^1.0.6
|
||||
path_provider: ^2.1.4
|
||||
package_info_plus: ^8.0.2
|
||||
window_manager: ^0.4.3
|
||||
package_info_plus: ^9.0.0
|
||||
sensors_plus: ^6.1.1
|
||||
window_manager: ^0.5.1
|
||||
|
||||
dependency_overrides:
|
||||
#flet: 0.27.6
|
||||
|
|
|
|||
Loading…
Reference in New Issue