Update flet dependency to use main branch
Changed the flet dependency override from the 'deep-linking-fix-2' branch to the 'main' branch to track the latest stable updates.
This commit is contained in:
parent
a3a8d4b3f4
commit
e6794e67ae
|
|
@ -37,7 +37,7 @@ dependency_overrides:
|
||||||
flet:
|
flet:
|
||||||
git:
|
git:
|
||||||
path: packages/flet
|
path: packages/flet
|
||||||
ref: deep-linking-fix-2
|
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