Update flet dependency to video-crash-fix branch
Changed the flet dependency override to use the 'video-crash-fix' branch instead of 'main' to address video-related issues.
This commit is contained in:
parent
e9faee914b
commit
c0d66c4a44
|
|
@ -37,7 +37,7 @@ dependency_overrides:
|
||||||
flet:
|
flet:
|
||||||
git:
|
git:
|
||||||
path: packages/flet
|
path: packages/flet
|
||||||
ref: main
|
ref: video-crash-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