From f916b1211fbbec002a798c3d26ef8069f23bbbec Mon Sep 17 00:00:00 2001 From: Feodor Fitsner Date: Fri, 19 Dec 2025 16:25:46 -0800 Subject: [PATCH] Update flet dependency to use main branch Changed the flet dependency override from the 'video-crash-fix' branch to the 'main' branch in pubspec.yaml. This ensures the project uses the latest stable code from the main branch. --- {{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 61b393d..a6f775d 100644 --- a/{{cookiecutter.out_dir}}/pubspec.yaml +++ b/{{cookiecutter.out_dir}}/pubspec.yaml @@ -37,7 +37,7 @@ dependency_overrides: flet: git: path: packages/flet - ref: video-crash-fix + ref: main url: https://github.com/flet-dev/flet.git serious_python: