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:
|
||||
git:
|
||||
path: packages/flet
|
||||
ref: main
|
||||
ref: deep-linking-fix
|
||||
url: https://github.com/flet-dev/flet.git
|
||||
|
||||
# serious_python:
|
||||
|
|
|
|||
Loading…
Reference in New Issue