From ba9e4ac3dcee6c3f29e05395a6b4285a27ae570f Mon Sep 17 00:00:00 2001 From: Feodor Fitsner Date: Wed, 10 Dec 2025 13:04:45 -0800 Subject: [PATCH] Update serious_python to use git ref android-crash-fix Switched serious_python dependency from version 0.9.6 to a specific git reference (android-crash-fix) to address Android crash issues. This change points to the source in the serious-python repository. --- {{cookiecutter.out_dir}}/pubspec.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/{{cookiecutter.out_dir}}/pubspec.yaml b/{{cookiecutter.out_dir}}/pubspec.yaml index 0e3ed24..249abb9 100644 --- a/{{cookiecutter.out_dir}}/pubspec.yaml +++ b/{{cookiecutter.out_dir}}/pubspec.yaml @@ -40,13 +40,13 @@ dependency_overrides: ref: main url: https://github.com/flet-dev/flet.git - serious_python: 0.9.6 + #serious_python: 0.9.6 - # serious_python: - # git: - # url: https://github.com/flet-dev/serious-python.git - # ref: fix-zip-directory - # path: src/serious_python + serious_python: + git: + url: https://github.com/flet-dev/serious-python.git + ref: android-crash-fix + path: src/serious_python package_info_plus: ^9.0.0 wakelock_plus: ^1.4.0