From 7fa867f7a4ea020391d3eace0b98d6057738bada Mon Sep 17 00:00:00 2001 From: Feodor Fitsner Date: Mon, 20 Oct 2025 10:26:20 -0700 Subject: [PATCH] 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. --- {{cookiecutter.out_dir}}/pubspec.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/{{cookiecutter.out_dir}}/pubspec.yaml b/{{cookiecutter.out_dir}}/pubspec.yaml index bfa2a29..3d346fd 100644 --- a/{{cookiecutter.out_dir}}/pubspec.yaml +++ b/{{cookiecutter.out_dir}}/pubspec.yaml @@ -32,18 +32,21 @@ dependency_overrides: serious_python: git: url: https://github.com/flet-dev/serious-python.git - ref: main + ref: android-16k path: src/serious_python wakelock_plus: ^1.2.10 web: ^1.0.0 window_manager: ^0.4.3 - webview_flutter_android: ^4.0.0 # {% 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 %} # geolocator: ^12.0.0 # geolocator_android: ^4.6.0