From e6794e67ae087bc689e3fa269cec3d5df7cd0ee0 Mon Sep 17 00:00:00 2001 From: Feodor Fitsner Date: Mon, 22 Dec 2025 20:15:27 -0800 Subject: [PATCH] Update flet dependency to use main branch Changed the flet dependency override from the 'deep-linking-fix-2' branch to the 'main' branch to track the latest stable 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 ee8f1da..e23469d 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: deep-linking-fix-2 + ref: main url: https://github.com/flet-dev/flet.git # serious_python: