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
|
|
@ -10,8 +10,6 @@ environment:
|
||||||
dependencies:
|
dependencies:
|
||||||
flutter:
|
flutter:
|
||||||
sdk: flutter
|
sdk: flutter
|
||||||
|
|
||||||
serious_python: 0.9.5
|
|
||||||
|
|
||||||
path: ^1.9.0
|
path: ^1.9.0
|
||||||
url_strategy: ^0.2.0
|
url_strategy: ^0.2.0
|
||||||
|
|
@ -37,9 +35,8 @@ dependency_overrides:
|
||||||
ref: fix-zip-directory
|
ref: fix-zip-directory
|
||||||
path: src/serious_python
|
path: src/serious_python
|
||||||
|
|
||||||
# wakelock_plus: ^1.2.10
|
wakelock_plus: ^1.4.0
|
||||||
# web: ^1.0.0
|
window_manager: ^0.5.1
|
||||||
# window_manager: ^0.4.3
|
|
||||||
|
|
||||||
# {% if 'flet_geolocator' in cookiecutter.flutter.dependencies %}
|
# {% if 'flet_geolocator' in cookiecutter.flutter.dependencies %}
|
||||||
# geolocator: ^12.0.0
|
# geolocator: ^12.0.0
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue