Enable and update serious_python dependency
Uncommented the serious_python dependency and updated its git reference to 'app-zip-windows-fix' in pubspec.yaml. This change ensures the project uses the latest fixes from the serious-python repository.
This commit is contained in:
parent
bbfc5c0cf5
commit
f7cbc65b58
|
|
@ -40,11 +40,11 @@ dependency_overrides:
|
||||||
ref: main
|
ref: main
|
||||||
url: https://github.com/flet-dev/flet.git
|
url: https://github.com/flet-dev/flet.git
|
||||||
|
|
||||||
# serious_python:
|
serious_python:
|
||||||
# git:
|
git:
|
||||||
# url: https://github.com/flet-dev/serious-python.git
|
url: https://github.com/flet-dev/serious-python.git
|
||||||
# ref: android-logging-fix
|
ref: app-zip-windows-fix
|
||||||
# path: src/serious_python
|
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