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.
This commit is contained in:
Feodor Fitsner 2026-01-13 17:15:25 -08:00
parent c57e63004f
commit 3ea4edca82
1 changed files with 6 additions and 6 deletions

View File

@ -32,13 +32,13 @@ dependencies:
window_manager: ^0.5.1 window_manager: ^0.5.1
dependency_overrides: dependency_overrides:
#flet: 0.27.6 flet: 0.80.2
flet: # flet:
git: # git:
path: packages/flet # path: packages/flet
ref: main # ref: main
url: https://github.com/flet-dev/flet.git # url: https://github.com/flet-dev/flet.git
serious_python: serious_python:
git: git: