From 9064573dfad1195ab8c8dbf56dcc04386690c7df Mon Sep 17 00:00:00 2001 From: Feodor Fitsner Date: Fri, 22 Aug 2025 12:24:55 -0700 Subject: [PATCH] Enable serious_python dependency with custom branch Uncommented the serious_python dependency and updated its git reference to the 'hidden-files-fix' branch. This change allows the project to use 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 d560ac5..28495fc 100644 --- a/{{cookiecutter.out_dir}}/pubspec.yaml +++ b/{{cookiecutter.out_dir}}/pubspec.yaml @@ -29,11 +29,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: main - # path: src/serious_python + serious_python: + git: + url: https://github.com/flet-dev/serious-python.git + ref: hidden-files-fix + path: src/serious_python wakelock_plus: ^1.2.10 web: ^1.0.0