From e9faee914b2f6e19e8268e850c33dd5a94bf0969 Mon Sep 17 00:00:00 2001 From: Feodor Fitsner Date: Thu, 18 Dec 2025 14:05:16 -0800 Subject: [PATCH] Enable serious_python with updated git reference Uncommented the serious_python dependency and updated its git reference to use the 'android-logging-fix' branch. This change ensures the project uses the latest fixes from the serious_python repository. --- {{cookiecutter.out_dir}}/pubspec.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/{{cookiecutter.out_dir}}/pubspec.yaml b/{{cookiecutter.out_dir}}/pubspec.yaml index 69f6485..a6f775d 100644 --- a/{{cookiecutter.out_dir}}/pubspec.yaml +++ b/{{cookiecutter.out_dir}}/pubspec.yaml @@ -40,11 +40,11 @@ dependency_overrides: ref: main url: https://github.com/flet-dev/flet.git - # serious_python: - # git: - # url: https://github.com/flet-dev/serious-python.git - # ref: android10-fix - # path: src/serious_python + serious_python: + git: + url: https://github.com/flet-dev/serious-python.git + ref: android-logging-fix + path: src/serious_python package_info_plus: ^9.0.0 wakelock_plus: ^1.4.0