Update flet dependency to use main branch

Changed the flet dependency override from the 'deep-linking-fix-2' branch to the 'main' branch to track the latest stable updates.
This commit is contained in:
Feodor Fitsner 2025-12-22 20:15:27 -08:00
parent a3a8d4b3f4
commit e6794e67ae
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ dependency_overrides:
flet: flet:
git: git:
path: packages/flet path: packages/flet
ref: deep-linking-fix-2 ref: main
url: https://github.com/flet-dev/flet.git url: https://github.com/flet-dev/flet.git
# serious_python: # serious_python: