From 3ea4edca8292d1445aa42faadf49e457cfeb8d83 Mon Sep 17 00:00:00 2001 From: Feodor Fitsner Date: Tue, 13 Jan 2026 17:15:25 -0800 Subject: [PATCH] Update flet dependency override to version 0.80.2 Changed the flet dependency override from a git reference to a specific version (0.80.2) in pubspec.yaml. This simplifies dependency management and ensures compatibility with the latest release. --- {{cookiecutter.out_dir}}/pubspec.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/{{cookiecutter.out_dir}}/pubspec.yaml b/{{cookiecutter.out_dir}}/pubspec.yaml index 7841f24..951b202 100644 --- a/{{cookiecutter.out_dir}}/pubspec.yaml +++ b/{{cookiecutter.out_dir}}/pubspec.yaml @@ -32,13 +32,13 @@ dependencies: window_manager: ^0.5.1 dependency_overrides: - #flet: 0.27.6 + flet: 0.80.2 - flet: - git: - path: packages/flet - ref: main - url: https://github.com/flet-dev/flet.git + # flet: + # git: + # path: packages/flet + # ref: main + # url: https://github.com/flet-dev/flet.git serious_python: git: