Update flet dependency to use main branch
Changed the flet dependency override from the 'rive-0-14-0' branch to 'main' to ensure the latest updates from the main branch are used.
This commit is contained in:
parent
8ab4e047e7
commit
b925b45f17
|
|
@ -37,7 +37,7 @@ dependency_overrides:
|
||||||
flet:
|
flet:
|
||||||
git:
|
git:
|
||||||
path: packages/flet
|
path: packages/flet
|
||||||
ref: rive-0-14-0
|
ref: main
|
||||||
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