Update flet dependency to use main branch
Changed the flet dependency override from the 'video-crash-fix' branch to the 'main' branch in pubspec.yaml. This ensures the project uses the latest stable code from the main branch.
This commit is contained in:
parent
c0d66c4a44
commit
f916b1211f
|
|
@ -37,7 +37,7 @@ dependency_overrides:
|
|||
flet:
|
||||
git:
|
||||
path: packages/flet
|
||||
ref: video-crash-fix
|
||||
ref: main
|
||||
url: https://github.com/flet-dev/flet.git
|
||||
|
||||
serious_python:
|
||||
|
|
|
|||
Loading…
Reference in New Issue