Update flet dependency to routing-fix branch
Changed the flet dependency override to use the 'routing-fix' branch instead of 'main' for testing or applying routing-related fixes.
This commit is contained in:
parent
68f3727168
commit
e81b501267
|
|
@ -37,7 +37,7 @@ dependency_overrides:
|
|||
flet:
|
||||
git:
|
||||
path: packages/flet
|
||||
ref: main
|
||||
ref: routing-fix
|
||||
url: https://github.com/flet-dev/flet.git
|
||||
|
||||
#serious_python: 0.9.6
|
||||
|
|
|
|||
Loading…
Reference in New Issue