From 166667aceb0b5d5123a758d1d5278f90e90d0449 Mon Sep 17 00:00:00 2001 From: Feodor Fitsner Date: Tue, 2 Dec 2025 10:42:27 -0800 Subject: [PATCH] Update flet dependency to use 'sensors' branch Changed the flet package override to reference the 'sensors' branch instead of 'main'. This may be to incorporate new features or fixes related to sensors from the upstream repository. --- {{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 4d73bfc..22f2061 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: sensors url: https://github.com/flet-dev/flet.git serious_python: 0.9.6