From 87e5dffe5e2e25aee76042a42a6e79f84ed6ca67 Mon Sep 17 00:00:00 2001 From: Feodor Fitsner Date: Wed, 10 Dec 2025 08:52:08 -0800 Subject: [PATCH] Update flet dependency to use main branch Changed the flet dependency override from the 'sensors' branch to the 'main' branch in pubspec.yaml to ensure the latest stable code is used. --- {{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 7777e0c..0e3ed24 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: sensors + ref: main url: https://github.com/flet-dev/flet.git serious_python: 0.9.6