From ab6a327f67a9ae97069487f70bbdfe5d737a5741 Mon Sep 17 00:00:00 2001 From: Feodor Fitsner Date: Sat, 18 Oct 2025 16:51:40 -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 latest updates. --- {{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 28495fc..bfa2a29 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