From 6a895c28669926290c0d0288197c1fed718a5b29 Mon Sep 17 00:00:00 2001 From: Feodor Fitsner Date: Tue, 20 Jan 2026 19:58:50 -0800 Subject: [PATCH] Bump flet dependency to version 0.80.3 Updated the dependency_overrides section in pubspec.yaml to use flet version 0.80.3 instead of 0.80.2. --- {{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 951b202..3cfac31 100644 --- a/{{cookiecutter.out_dir}}/pubspec.yaml +++ b/{{cookiecutter.out_dir}}/pubspec.yaml @@ -32,7 +32,7 @@ dependencies: window_manager: ^0.5.1 dependency_overrides: - flet: 0.80.2 + flet: 0.80.3 # flet: # git: