Update flet dependency to v1-mvvm branch
Changed the flet dependency override to use the v1-mvvm branch instead of main. This may be to incorporate new features or fixes from the v1-mvvm branch.
This commit is contained in:
parent
f1b017a236
commit
b89da8ac93
|
|
@ -26,7 +26,7 @@ dependency_overrides:
|
||||||
flet:
|
flet:
|
||||||
git:
|
git:
|
||||||
path: packages/flet
|
path: packages/flet
|
||||||
ref: main
|
ref: v1-mvvm
|
||||||
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