Update flet dependency to use custom git ref
Switched flet dependency from a fixed version to a git reference pointing to the 'rive-0-14-0' branch. This allows using the latest changes from that branch instead of the published version.
This commit is contained in:
parent
0b1778d764
commit
8ab4e047e7
|
|
@ -32,13 +32,13 @@ dependencies:
|
||||||
window_manager: ^0.5.1
|
window_manager: ^0.5.1
|
||||||
|
|
||||||
dependency_overrides:
|
dependency_overrides:
|
||||||
flet: 0.80.2
|
# flet: 0.80.2
|
||||||
|
|
||||||
# flet:
|
flet:
|
||||||
# git:
|
git:
|
||||||
# path: packages/flet
|
path: packages/flet
|
||||||
# ref: main
|
ref: rive-0-14-0
|
||||||
# url: https://github.com/flet-dev/flet.git
|
url: https://github.com/flet-dev/flet.git
|
||||||
|
|
||||||
serious_python:
|
serious_python:
|
||||||
git:
|
git:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue