Update flet dependency to deep-linking-fix branch

Changed the flet package override to use the 'deep-linking-fix' branch instead of 'main' for testing or applying fixes related to deep linking.
This commit is contained in:
Feodor Fitsner 2025-12-22 15:03:39 -08:00
parent 2b517bed69
commit fdd629228d
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: main ref: deep-linking-fix
url: https://github.com/flet-dev/flet.git url: https://github.com/flet-dev/flet.git
# serious_python: # serious_python: