From b17df65b24acac25a62869dd076c61907ece87b7 Mon Sep 17 00:00:00 2001 From: Feodor Fitsner Date: Wed, 3 Dec 2025 13:36:17 -0800 Subject: [PATCH] Update flet dependency override to 'sensors' ref Changed the flet package git reference from 'sensors-brightness' to 'sensors' in pubspec.yaml to use the updated 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 08dfa01..a462812 100644 --- a/{{cookiecutter.out_dir}}/pubspec.yaml +++ b/{{cookiecutter.out_dir}}/pubspec.yaml @@ -28,7 +28,7 @@ dependency_overrides: flet: git: path: packages/flet - ref: sensors-brightness + ref: sensors url: https://github.com/flet-dev/flet.git serious_python: 0.9.6