Update serious_python and flet dependencies
Bump serious_python to version 0.9.7 and update flet dependency override to use the main branch. Also comment out the serious_python git override.
This commit is contained in:
parent
459fce5f9c
commit
99078d3554
|
|
@ -13,7 +13,7 @@ dependencies:
|
||||||
flutter_web_plugins:
|
flutter_web_plugins:
|
||||||
sdk: flutter
|
sdk: flutter
|
||||||
|
|
||||||
serious_python: 0.9.6
|
serious_python: 0.9.7
|
||||||
|
|
||||||
battery_plus: ^7.0.0
|
battery_plus: ^7.0.0
|
||||||
connectivity_plus: ^7.0.0
|
connectivity_plus: ^7.0.0
|
||||||
|
|
@ -37,16 +37,14 @@ dependency_overrides:
|
||||||
flet:
|
flet:
|
||||||
git:
|
git:
|
||||||
path: packages/flet
|
path: packages/flet
|
||||||
ref: routing-fix
|
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:
|
||||||
|
# git:
|
||||||
serious_python:
|
# url: https://github.com/flet-dev/serious-python.git
|
||||||
git:
|
# ref: android10-fix
|
||||||
url: https://github.com/flet-dev/serious-python.git
|
# path: src/serious_python
|
||||||
ref: android10-fix
|
|
||||||
path: src/serious_python
|
|
||||||
|
|
||||||
package_info_plus: ^9.0.0
|
package_info_plus: ^9.0.0
|
||||||
wakelock_plus: ^1.4.0
|
wakelock_plus: ^1.4.0
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue