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