Update dependencies in pubspec.yaml
Removed 'serious_python' from dependencies and added 'wakelock_plus' and 'window_manager' with updated versions. Cleaned up commented-out dependencies for better clarity.
This commit is contained in:
parent
d7e6f82fad
commit
ce93e1b6d1
|
|
@ -11,8 +11,6 @@ dependencies:
|
|||
flutter:
|
||||
sdk: flutter
|
||||
|
||||
serious_python: 0.9.5
|
||||
|
||||
path: ^1.9.0
|
||||
url_strategy: ^0.2.0
|
||||
cupertino_icons: ^1.0.6
|
||||
|
|
@ -37,9 +35,8 @@ dependency_overrides:
|
|||
ref: fix-zip-directory
|
||||
path: src/serious_python
|
||||
|
||||
# wakelock_plus: ^1.2.10
|
||||
# web: ^1.0.0
|
||||
# window_manager: ^0.4.3
|
||||
wakelock_plus: ^1.4.0
|
||||
window_manager: ^0.5.1
|
||||
|
||||
# {% if 'flet_geolocator' in cookiecutter.flutter.dependencies %}
|
||||
# geolocator: ^12.0.0
|
||||
|
|
|
|||
Loading…
Reference in New Issue