Update flet dependency to use main branch
Changed the flet dependency override from the 'sensors' branch to the 'main' branch in pubspec.yaml to ensure the latest stable code is used.
This commit is contained in:
parent
84df6f927d
commit
87e5dffe5e
|
|
@ -37,7 +37,7 @@ dependency_overrides:
|
||||||
flet:
|
flet:
|
||||||
git:
|
git:
|
||||||
path: packages/flet
|
path: packages/flet
|
||||||
ref: sensors
|
ref: main
|
||||||
url: https://github.com/flet-dev/flet.git
|
url: https://github.com/flet-dev/flet.git
|
||||||
|
|
||||||
serious_python: 0.9.6
|
serious_python: 0.9.6
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue