Update serious_python ref and adjust dependencies (#54)

Changed the serious_python dependency to use the 'android-16k' ref instead of 'hidden-files-fix'. Moved webview_flutter_android under a conditional block for flet_webview dependency.
This commit is contained in:
Feodor Fitsner 2025-10-20 10:26:20 -07:00 committed by GitHub
parent ab6a327f67
commit 7fa867f7a4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 2 deletions

View File

@ -32,18 +32,21 @@ dependency_overrides:
serious_python: serious_python:
git: git:
url: https://github.com/flet-dev/serious-python.git url: https://github.com/flet-dev/serious-python.git
ref: main ref: android-16k
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
webview_flutter_android: ^4.0.0
# {% if 'flet_audio_recorder' in cookiecutter.flutter.dependencies %} # {% if 'flet_audio_recorder' in cookiecutter.flutter.dependencies %}
record: ^5.1.1 record: ^5.1.1
# {% endif %} # {% 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
# geolocator_android: ^4.6.0 # geolocator_android: ^4.6.0