From b89da8ac93810d6e9af4071f82b9cf999a628461 Mon Sep 17 00:00:00 2001 From: Feodor Fitsner Date: Thu, 25 Sep 2025 15:38:50 -0700 Subject: [PATCH] Update flet dependency to v1-mvvm branch Changed the flet dependency override to use the v1-mvvm branch instead of main. This may be to incorporate new features or fixes from the v1-mvvm 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 28495fc..a9f70e1 100644 --- a/{{cookiecutter.out_dir}}/pubspec.yaml +++ b/{{cookiecutter.out_dir}}/pubspec.yaml @@ -26,7 +26,7 @@ dependency_overrides: flet: git: path: packages/flet - ref: main + ref: v1-mvvm url: https://github.com/flet-dev/flet.git serious_python: