Fix ifs
This commit is contained in:
parent
ed1763ecec
commit
ef4b1b4582
|
|
@ -22,16 +22,16 @@ dependency_overrides:
|
||||||
wakelock_plus: ^1.2.5
|
wakelock_plus: ^1.2.5
|
||||||
package_info_plus: ^8.0.0
|
package_info_plus: ^8.0.0
|
||||||
|
|
||||||
# {% 'flet_audio_recorder' in cookiecutter.flutter.dependencies %}
|
# {% if 'flet_audio_recorder' in cookiecutter.flutter.dependencies %}
|
||||||
record: ^5.1.1
|
record: ^5.1.1
|
||||||
# {% endif %}
|
# {% endif %}
|
||||||
|
|
||||||
# {% '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
|
||||||
# {% endif %}
|
# {% endif %}
|
||||||
|
|
||||||
# {% 'flet_flashlight' in cookiecutter.flutter.dependencies %}
|
# {% if 'flet_flashlight' in cookiecutter.flutter.dependencies %}
|
||||||
torch_light:
|
torch_light:
|
||||||
git:
|
git:
|
||||||
url: https://github.com/flet-dev/torch_light.git
|
url: https://github.com/flet-dev/torch_light.git
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue