From 992a77781aba360280eda9f348cd59337f476b16 Mon Sep 17 00:00:00 2001 From: Feodor Fitsner Date: Sat, 18 Oct 2025 16:51:24 -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 a6db3d9..a4d187b 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