From 29c074847ebf5c17e2fac38e5012c187cf890dcb Mon Sep 17 00:00:00 2001 From: Feodor Fitsner Date: Tue, 21 Jan 2025 11:07:08 -0800 Subject: [PATCH] dependency_overrides.flet --- {{cookiecutter.out_dir}}/pubspec.yaml | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/{{cookiecutter.out_dir}}/pubspec.yaml b/{{cookiecutter.out_dir}}/pubspec.yaml index 6b858dd..6c099fa 100644 --- a/{{cookiecutter.out_dir}}/pubspec.yaml +++ b/{{cookiecutter.out_dir}}/pubspec.yaml @@ -12,19 +12,22 @@ dependencies: sdk: flutter serious_python: 0.8.7 - flet: #0.26.0 - git: - url: https://github.com/flet-dev/flet.git - ref: main - path: packages/flet + flet: 0.26.0 path: ^1.9.0 url_strategy: ^0.2.0 cupertino_icons: ^1.0.6 path_provider: ^2.1.4 package_info_plus: ^8.0.2 - + window_manager: ^0.4.3 + dependency_overrides: + flet: + git: + path: packages/flet + ref: main + url: https://github.com/flet-dev/flet.git + wakelock_plus: ^1.2.10 web: ^1.0.0 window_manager: ^0.4.3