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:
parent
2b517bed69
commit
fdd629228d
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue