dependency_overrides.flet
This commit is contained in:
parent
6a773c37f7
commit
29c074847e
|
|
@ -12,19 +12,22 @@ dependencies:
|
||||||
sdk: flutter
|
sdk: flutter
|
||||||
|
|
||||||
serious_python: 0.8.7
|
serious_python: 0.8.7
|
||||||
flet: #0.26.0
|
flet: 0.26.0
|
||||||
git:
|
|
||||||
url: https://github.com/flet-dev/flet.git
|
|
||||||
ref: main
|
|
||||||
path: packages/flet
|
|
||||||
|
|
||||||
path: ^1.9.0
|
path: ^1.9.0
|
||||||
url_strategy: ^0.2.0
|
url_strategy: ^0.2.0
|
||||||
cupertino_icons: ^1.0.6
|
cupertino_icons: ^1.0.6
|
||||||
path_provider: ^2.1.4
|
path_provider: ^2.1.4
|
||||||
package_info_plus: ^8.0.2
|
package_info_plus: ^8.0.2
|
||||||
|
window_manager: ^0.4.3
|
||||||
|
|
||||||
dependency_overrides:
|
dependency_overrides:
|
||||||
|
flet:
|
||||||
|
git:
|
||||||
|
path: packages/flet
|
||||||
|
ref: main
|
||||||
|
url: https://github.com/flet-dev/flet.git
|
||||||
|
|
||||||
wakelock_plus: ^1.2.10
|
wakelock_plus: ^1.2.10
|
||||||
web: ^1.0.0
|
web: ^1.0.0
|
||||||
window_manager: ^0.4.3
|
window_manager: ^0.4.3
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue