From e81b501267b14c5d29d2108ee0c52ea5d8b69859 Mon Sep 17 00:00:00 2001 From: Feodor Fitsner Date: Wed, 17 Dec 2025 11:02:22 -0800 Subject: [PATCH] Update flet dependency to routing-fix branch Changed the flet dependency override to use the 'routing-fix' branch instead of 'main' for testing or applying routing-related fixes. --- {{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 5c56d8c..99c6a5e 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: routing-fix url: https://github.com/flet-dev/flet.git #serious_python: 0.9.6