Update serious_python version and comment out dependencies
Upgraded serious_python from 0.9.2 to 0.9.5 in pubspec.yaml. Commented out wakelock_plus, web, and window_manager dependencies, possibly for configuration or cleanup.
This commit is contained in:
parent
03432cb38a
commit
d7e6f82fad
|
|
@ -11,7 +11,7 @@ dependencies:
|
||||||
flutter:
|
flutter:
|
||||||
sdk: flutter
|
sdk: flutter
|
||||||
|
|
||||||
serious_python: 0.9.2
|
serious_python: 0.9.5
|
||||||
|
|
||||||
path: ^1.9.0
|
path: ^1.9.0
|
||||||
url_strategy: ^0.2.0
|
url_strategy: ^0.2.0
|
||||||
|
|
@ -37,17 +37,9 @@ 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.2.10
|
||||||
web: ^1.0.0
|
# web: ^1.0.0
|
||||||
window_manager: ^0.4.3
|
# window_manager: ^0.4.3
|
||||||
|
|
||||||
# {% if 'flet_audio_recorder' in cookiecutter.flutter.dependencies %}
|
|
||||||
record: ^5.1.1
|
|
||||||
# {% endif %}
|
|
||||||
|
|
||||||
# {% if 'flet_webview' in cookiecutter.flutter.dependencies %}
|
|
||||||
webview_flutter_android: ^4.0.0
|
|
||||||
# {% endif %}
|
|
||||||
|
|
||||||
# {% 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