From 3f801f273139f9873b225e677b5364077a671577 Mon Sep 17 00:00:00 2001 From: Feodor Fitsner Date: Mon, 29 Dec 2025 19:12:51 -0800 Subject: [PATCH] Enable serious_python dependency override Uncommented the serious_python dependency override in pubspec.yaml to use the specified git repository, branch, and path. --- {{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 e06c910..b5f3b6b 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: app-zip-windows-fix - # path: src/serious_python + serious_python: + git: + url: https://github.com/flet-dev/serious-python.git + ref: app-zip-windows-fix + path: src/serious_python package_info_plus: ^9.0.0 wakelock_plus: ^1.4.0