From c10c8e769173ac2d263ba8169904b524860e1391 Mon Sep 17 00:00:00 2001 From: Feodor Fitsner Date: Sat, 25 Oct 2025 09:49:50 -0700 Subject: [PATCH] Update serious_python dependency to main branch Changed the serious_python dependency override to use the 'main' branch instead of 'hidden-files-fix' for improved stability and alignment with upstream changes. --- {{cookiecutter.out_dir}}/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{cookiecutter.out_dir}}/pubspec.yaml b/{{cookiecutter.out_dir}}/pubspec.yaml index e539c99..a4fbde2 100644 --- a/{{cookiecutter.out_dir}}/pubspec.yaml +++ b/{{cookiecutter.out_dir}}/pubspec.yaml @@ -32,7 +32,7 @@ dependency_overrides: serious_python: git: url: https://github.com/flet-dev/serious-python.git - ref: hidden-files-fix + ref: main path: src/serious_python wakelock_plus: ^1.2.10