From c0d66c4a44b7f9e7986e6740e026b8c108943649 Mon Sep 17 00:00:00 2001 From: Feodor Fitsner Date: Fri, 19 Dec 2025 14:16:42 -0800 Subject: [PATCH] Update flet dependency to video-crash-fix branch Changed the flet dependency override to use the 'video-crash-fix' branch instead of 'main' to address video-related issues. --- {{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 a6f775d..61b393d 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: main + ref: video-crash-fix url: https://github.com/flet-dev/flet.git serious_python: