Add wakelock_plus to dependency overrides
Added wakelock_plus version 1.4.0 to the dependency_overrides section in pubspec.yaml to enable wakelock functionality in the project.
This commit is contained in:
parent
f13f0539f8
commit
f0423509ab
|
|
@ -42,7 +42,8 @@ dependency_overrides:
|
||||||
# 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
|
||||||
|
|
||||||
# {% if 'flet_geolocator' in cookiecutter.flutter.dependencies %}
|
# {% if 'flet_geolocator' in cookiecutter.flutter.dependencies %}
|
||||||
# geolocator: ^12.0.0
|
# geolocator: ^12.0.0
|
||||||
# geolocator_android: ^4.6.0
|
# geolocator_android: ^4.6.0
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue